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.cc644 jclass** interfaces_ptr) { in GetImplementedInterfaces() argument
651 if (interface_count_ptr == nullptr || interfaces_ptr == nullptr) { in GetImplementedInterfaces()
659 *interfaces_ptr = nullptr; // TODO: Should we allocate a dummy here? in GetImplementedInterfaces()
687 *interfaces_ptr = interface_array; in GetImplementedInterfaces()
DOpenjdkJvmTi.cc733 jclass** interfaces_ptr) { in GetImplementedInterfaces() argument
735 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()