Searched refs:ThrowNoSuchMethodError (Results 1 – 5 of 5) sorted by relevance
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 459 ThrowNoSuchMethodError(type, resolved_method->GetDeclaringClass(), in FindMethodToCall() 498 ThrowNoSuchMethodError(type, resolved_method->GetDeclaringClass(), in FindMethodToCall() 522 ThrowNoSuchMethodError(type, resolved_method->GetDeclaringClass(), in FindMethodToCall()
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 221 ThrowNoSuchMethodError(invoke_type, in NterpGetMethod() 237 ThrowNoSuchMethodError(invoke_type, in NterpGetMethod()
|
/art/runtime/ |
D | common_throws.h | 211 void ThrowNoSuchMethodError(InvokeType type,
|
D | common_throws.cc | 411 void ThrowNoSuchMethodError(InvokeType type, in ThrowNoSuchMethodError() function
|
/art/runtime/jni/ |
D | jni_internal.cc | 286 static void ThrowNoSuchMethodError(const ScopedObjectAccess& soa, in ThrowNoSuchMethodError() function 334 ThrowNoSuchMethodError(soa, c, name, sig, is_static ? "static" : "non-static"); in FindMethodJNI() 2399 ThrowNoSuchMethodError(soa, c.Get(), name, sig, "static or non-static"); in RegisterNatives() 2406 ThrowNoSuchMethodError(soa, c.Get(), name, sig, "native"); in RegisterNatives()
|