Searched refs:interfaces_ptr (Results 1 – 4 of 4) sorted by relevance
60 jclass** interfaces_ptr);
650 jclass** interfaces_ptr) { in GetImplementedInterfaces() argument657 if (interface_count_ptr == nullptr || interfaces_ptr == nullptr) { in GetImplementedInterfaces()665 *interfaces_ptr = nullptr; // TODO: Should we allocate a placeholder here? in GetImplementedInterfaces()693 *interfaces_ptr = interface_array; in GetImplementedInterfaces()
725 jclass** interfaces_ptr) { in GetImplementedInterfaces() argument727 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()