Searched refs:interfaces_ptr (Results 1 – 4 of 4) sorted by relevance
60 jclass** interfaces_ptr);
644 jclass** interfaces_ptr) { in GetImplementedInterfaces() argument651 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()
733 jclass** interfaces_ptr) { in GetImplementedInterfaces() argument735 return ClassUtil::GetImplementedInterfaces(env, klass, interface_count_ptr, interfaces_ptr); in GetImplementedInterfaces()
1290 jclass** interfaces_ptr);2186 jclass** interfaces_ptr) { in GetImplementedInterfaces()2187 return functions->GetImplementedInterfaces(this, klass, interface_count_ptr, interfaces_ptr); in GetImplementedInterfaces()