Searched refs:np_method (Results 1 - 2 of 2) sorted by relevance

/art/runtime/mirror/
H A Dclass.cc462 ArtMethod* const np_method = method.GetInterfaceMethodIfProxy(pointer_size); local
463 if (name == np_method->GetName()) {
477 ArtMethod* const np_method = method.GetInterfaceMethodIfProxy(pointer_size); local
478 if (name == np_method->GetName() && np_method->GetSignature() == signature) {
488 ArtMethod* const np_method = method.GetInterfaceMethodIfProxy(pointer_size); local
489 if (name == np_method->GetName() && signature == np_method->GetSignature()) {
510 ArtMethod* const np_method = method.GetInterfaceMethodIfProxy(pointer_size); local
511 if (name == np_method
1078 auto* np_method = m.GetInterfaceMethodIfProxy(pointer_size); local
1101 auto* np_method = m.GetInterfaceMethodIfProxy(pointer_size); local
[all...]
/art/runtime/
H A Dreflection.cc611 auto* np_method = m->GetInterfaceMethodIfProxy(sizeof(void*)); local
612 const DexFile::TypeList* classes = np_method->GetParameterTypeList();
638 const char* shorty = np_method->GetShorty(&shorty_len);
640 if (!arg_array.BuildArgArrayFromObjectArray(receiver, objects, np_method)) {

Completed in 74 milliseconds