Searched refs:ThrowNoSuchMethodError (Results 1 – 5 of 5) sorted by relevance
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 465 ThrowNoSuchMethodError(type, resolved_method->GetDeclaringClass(), in FindMethodToCall() 504 ThrowNoSuchMethodError(type, resolved_method->GetDeclaringClass(), in FindMethodToCall() 528 ThrowNoSuchMethodError(type, resolved_method->GetDeclaringClass(), in FindMethodToCall()
|
/art/runtime/ |
D | common_throws.h | 211 void ThrowNoSuchMethodError(InvokeType type,
|
D | common_throws.cc | 411 void ThrowNoSuchMethodError(InvokeType type, in ThrowNoSuchMethodError() function
|
D | class_linker.cc | 8659 ThrowNoSuchMethodError(type, klass, name, signature); in ResolveMethod()
|
/art/runtime/jni/ |
D | jni_internal.cc | 387 static void ThrowNoSuchMethodError(ScopedObjectAccess& soa, in ThrowNoSuchMethodError() function 448 ThrowNoSuchMethodError(soa, c, name, sig, is_static ? "static" : "non-static"); in FindMethodID() 2560 ThrowNoSuchMethodError(soa, c.Get(), name, sig, "static or non-static"); in RegisterNatives() 2567 ThrowNoSuchMethodError(soa, c.Get(), name, sig, "native"); in RegisterNatives()
|