Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h480 ThrowNoSuchMethodError(type, resolved_method->GetDeclaringClass(), in FindMethodFromCode()
519 ThrowNoSuchMethodError(type, resolved_method->GetDeclaringClass(), in FindMethodFromCode()
543 ThrowNoSuchMethodError(type, resolved_method->GetDeclaringClass(), in FindMethodFromCode()
/art/runtime/
Dcommon_throws.h210 void ThrowNoSuchMethodError(InvokeType type,
Dcommon_throws.cc411 void ThrowNoSuchMethodError(InvokeType type, ObjPtr<mirror::Class> c, const StringPiece& name, in ThrowNoSuchMethodError() function
Djni_internal.cc201 static void ThrowNoSuchMethodError(ScopedObjectAccess& soa, in ThrowNoSuchMethodError() function
262 ThrowNoSuchMethodError(soa, c, name, sig, is_static ? "static" : "non-static"); in FindMethodID()
2365 ThrowNoSuchMethodError(soa, c.Get(), name, sig, "static or non-static"); in RegisterNatives()
2372 ThrowNoSuchMethodError(soa, c.Get(), name, sig, "native"); in RegisterNatives()
Dclass_linker.cc7996 ThrowNoSuchMethodError(type, klass, name, signature); in ResolveMethod()