Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h505 ThrowNoSuchMethodError(type, resolved_method->GetDeclaringClass(), in FindMethodFromCode()
543 ThrowNoSuchMethodError(type, resolved_method->GetDeclaringClass(), in FindMethodFromCode()
567 ThrowNoSuchMethodError(type, resolved_method->GetDeclaringClass(), in FindMethodFromCode()
/art/runtime/
Dcommon_throws.h200 void ThrowNoSuchMethodError(InvokeType type,
Dcommon_throws.cc388 void ThrowNoSuchMethodError(InvokeType type, ObjPtr<mirror::Class> c, const StringPiece& name, in ThrowNoSuchMethodError() function
Djni_internal.cc91 static void ThrowNoSuchMethodError(ScopedObjectAccess& soa, in ThrowNoSuchMethodError() function
157 ThrowNoSuchMethodError(soa, c, name, sig, is_static ? "static" : "non-static"); in FindMethodID()
2256 ThrowNoSuchMethodError(soa, c.Get(), name, sig, "static or non-static"); in RegisterNativeMethods()
2263 ThrowNoSuchMethodError(soa, c.Get(), name, sig, "native"); in RegisterNativeMethods()
Dclass_linker.cc8115 ThrowNoSuchMethodError(type, klass, name, signature); in ResolveMethod()
8127 ThrowNoSuchMethodError(type, klass, name, signature); in ResolveMethod()
8135 ThrowNoSuchMethodError(type, klass, name, signature); in ResolveMethod()
8146 ThrowNoSuchMethodError(type, klass, name, signature); in ResolveMethod()