Home
last modified time | relevance | path

Searched refs:interfaces_ptr (Results 1 – 4 of 4) sorted by relevance

/art/openjdkjvmti/
Dti_class.h60 jclass** interfaces_ptr);
Dti_class.cc649 jclass** interfaces_ptr) { in GetImplementedInterfaces() argument
656 if (interface_count_ptr == nullptr || interfaces_ptr == nullptr) { in GetImplementedInterfaces()
664 *interfaces_ptr = nullptr; // TODO: Should we allocate a placeholder here? in GetImplementedInterfaces()
692 *interfaces_ptr = interface_array; in GetImplementedInterfaces()
DOpenjdkJvmTi.cc725 jclass** interfaces_ptr) { in GetImplementedInterfaces() argument
727 return ClassUtil::GetImplementedInterfaces(env, klass, interface_count_ptr, interfaces_ptr); in GetImplementedInterfaces()
/art/openjdkjvmti/include/
Djvmti.h1290 jclass** interfaces_ptr);
2186 jclass** interfaces_ptr) { in GetImplementedInterfaces()
2187 return functions->GetImplementedInterfaces(this, klass, interface_count_ptr, interfaces_ptr); in GetImplementedInterfaces()