HomeSort by relevance Sort by last modified time
    Searched refs:np_method (Results 1 - 2 of 2) sorted by null

  /art/runtime/mirror/
class.cc 462 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->GetName())
1078 auto* np_method = m.GetInterfaceMethodIfProxy(pointer_size); local
1101 auto* np_method = m.GetInterfaceMethodIfProxy(pointer_size); local
    [all...]
  /art/runtime/
reflection.cc 611 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)) {
    [all...]

Completed in 74 milliseconds