Searched refs:np_method (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | reflection.cc | 462 bool CheckArgsForInvokeMethod(ArtMethod* np_method, in CheckArgsForInvokeMethod() argument 465 const dex::TypeList* classes = np_method->GetParameterTypeList(); in CheckArgsForInvokeMethod() 479 ArtMethod* np_method, in InvokeMethodImpl() argument 486 *shorty = np_method->GetShorty(&shorty_len); in InvokeMethodImpl() 488 if (!arg_array.BuildArgArrayFromObjectArray(receiver, objects, np_method, soa.Self())) { in InvokeMethodImpl() 744 auto* np_method = m->GetInterfaceMethodIfProxy(kPointerSize); in InvokeMethod() local 745 if (!CheckArgsForInvokeMethod(np_method, objects)) { in InvokeMethod() 770 if (!InvokeMethodImpl(soa, m, np_method, receiver, objects, &shorty, &result)) { in InvokeMethod() 821 ArtMethod* np_method = constructor->GetInterfaceMethodIfProxy(kRuntimePointerSize); in InvokeConstructor() local 822 if (!CheckArgsForInvokeMethod(np_method, objects)) { in InvokeConstructor() [all …]
|
/art/runtime/mirror/ |
D | class.cc | 626 ArtMethod* np_method = method.GetInterfaceMethodIfProxy(pointer_size); in FindClassMethodWithSignature() local 627 if (np_method->GetNameView() == name && np_method->GetSignature() == signature) { in FindClassMethodWithSignature() 944 ArtMethod* const np_method = method.GetInterfaceMethodIfProxy(pointer_size); in FindDeclaredDirectMethodByName() local 945 if (name == np_method->GetName()) { in FindDeclaredDirectMethodByName() 954 ArtMethod* const np_method = method.GetInterfaceMethodIfProxy(pointer_size); in FindDeclaredVirtualMethodByName() local 955 if (name == np_method->GetName()) { in FindDeclaredVirtualMethodByName() 1824 ArtMethod* np_method = m.GetInterfaceMethodIfProxy(kPointerSize); in GetDeclaredMethodInternal() local 1825 if (!np_method->NameEquals(h_method_name.Get())) { in GetDeclaredMethodInternal() 1829 if (!np_method->EqualParameters(h_args)) { in GetDeclaredMethodInternal() 1858 ArtMethod* np_method = m.GetInterfaceMethodIfProxy(kPointerSize); in GetDeclaredMethodInternal() local [all …]
|
/art/runtime/jit/ |
D | jit.cc | 1505 ArtMethod* np_method = method->GetInterfaceMethodIfProxy(kRuntimePointerSize); in MethodEntered() local 1506 if (np_method->IsCompilable()) { in MethodEntered()
|