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 509 ArtMethod* np_method = method.GetInterfaceMethodIfProxy(pointer_size); local
510 if (np_method->GetName() == name && np_method->GetSignature() == signature) {
677 ArtMethod* const np_method = method.GetInterfaceMethodIfProxy(pointer_size); local
678 if (name == np_method->GetName()) {
688 ArtMethod* const np_method = method.GetInterfaceMethodIfProxy(pointer_size); local
689 if (name == np_method->GetName()) {
1237 auto* np_method = m.GetInterfaceMethodIfProxy(kPointerSize); local
1260 auto* np_method = m.GetInterfaceMethodIfProxy(kPointerSize); local
    [all...]
  /art/runtime/
reflection.cc 629 auto* np_method = m->GetInterfaceMethodIfProxy(kRuntimePointerSize); local
630 const DexFile::TypeList* classes = np_method->GetParameterTypeList();
660 const char* shorty = np_method->GetShorty(&shorty_len);
662 if (!arg_array.BuildArgArrayFromObjectArray(receiver, objects, np_method, soa.Self())) {
    [all...]

Completed in 173 milliseconds