Home
last modified time | relevance | path

Searched refs:ThrowNoSuchMethodError (Results 1 – 5 of 5) sorted by relevance

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h465 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/
Dcommon_throws.h211 void ThrowNoSuchMethodError(InvokeType type,
Dcommon_throws.cc411 void ThrowNoSuchMethodError(InvokeType type, in ThrowNoSuchMethodError() function
Dclass_linker.cc8659 ThrowNoSuchMethodError(type, klass, name, signature); in ResolveMethod()
/art/runtime/jni/
Djni_internal.cc387 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()