Searched refs:ThrowNoSuchMethodError (Results 1 – 6 of 6) 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/ |
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 | 9201 ThrowNoSuchMethodError(type, klass, name, signature); in ResolveMethod()
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 346 ThrowNoSuchMethodError(invoke_type, in NterpGetMethod() 362 ThrowNoSuchMethodError(invoke_type, in NterpGetMethod()
|
/art/runtime/jni/ |
D | jni_internal.cc | 371 static void ThrowNoSuchMethodError(const ScopedObjectAccess& soa, in ThrowNoSuchMethodError() function 433 ThrowNoSuchMethodError(soa, c, name, sig, is_static ? "static" : "non-static"); in FindMethodJNI() 2565 ThrowNoSuchMethodError(soa, c.Get(), name, sig, "static or non-static"); in RegisterNatives() 2572 ThrowNoSuchMethodError(soa, c.Get(), name, sig, "native"); in RegisterNatives()
|