Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.h214 void ThrowNoSuchMethodError(InvokeType type,
Dclass_linker-inl.h423 ThrowNoSuchMethodError(type, klass, name, signature); in ResolveMethod()
Dcommon_throws.cc408 void ThrowNoSuchMethodError(InvokeType type, in ThrowNoSuchMethodError() function
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h626 ThrowNoSuchMethodError(kSuper, in FindSuperMethodToCall()
653 ThrowNoSuchMethodError(kSuper, in FindSuperMethodToCall()
/art/runtime/jni/
Djni_internal.cc452 static void ThrowNoSuchMethodError(const ScopedObjectAccess& soa, in ThrowNoSuchMethodError() function
514 ThrowNoSuchMethodError(soa, c, name, sig, is_static ? "static" : "non-static"); in FindMethodJNI()
2667 ThrowNoSuchMethodError(soa, c.Get(), name, sig, "static or non-static"); in RegisterNatives()
2674 ThrowNoSuchMethodError(soa, c.Get(), name, sig, "native"); in RegisterNatives()