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 535 ArtMethod* const np_method = method.GetInterfaceMethodIfProxy(pointer_size); local
536 if (name == np_method->GetName()) {
551 ArtMethod* const np_method = method.GetInterfaceMethodIfProxy(pointer_size); local
552 if (name == np_method->GetName() && np_method->GetSignature() == signature) {
563 ArtMethod* const np_method = method.GetInterfaceMethodIfProxy(pointer_size); local
564 if (name == np_method->GetName() && signature == np_method->GetSignature()) {
587 ArtMethod* const np_method = method.GetInterfaceMethodIfProxy(pointer_size); local
588 if (name == np_method->GetName())
1174 auto* np_method = m.GetInterfaceMethodIfProxy(kPointerSize); local
1197 auto* np_method = m.GetInterfaceMethodIfProxy(kPointerSize); local
    [all...]
  /art/runtime/
reflection.cc 628 auto* np_method = m->GetInterfaceMethodIfProxy(kRuntimePointerSize); local
629 const DexFile::TypeList* classes = np_method->GetParameterTypeList();
659 const char* shorty = np_method->GetShorty(&shorty_len);
661 if (!arg_array.BuildArgArrayFromObjectArray(receiver, objects, np_method, soa.Self())) {
    [all...]

Completed in 773 milliseconds