Searched refs:ThrowNoSuchMethodError (Results 1 – 5 of 5) sorted by relevance
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 480 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/ |
D | common_throws.h | 210 void ThrowNoSuchMethodError(InvokeType type,
|
D | common_throws.cc | 411 void ThrowNoSuchMethodError(InvokeType type, ObjPtr<mirror::Class> c, const StringPiece& name, in ThrowNoSuchMethodError() function
|
D | jni_internal.cc | 201 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()
|
D | class_linker.cc | 7996 ThrowNoSuchMethodError(type, klass, name, signature); in ResolveMethod()
|