Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h459 ThrowNoSuchMethodError(type, resolved_method->GetDeclaringClass(), in FindMethodToCall()
498 ThrowNoSuchMethodError(type, resolved_method->GetDeclaringClass(), in FindMethodToCall()
522 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.cc9201 ThrowNoSuchMethodError(type, klass, name, signature); in ResolveMethod()
/art/runtime/interpreter/mterp/
Dnterp.cc346 ThrowNoSuchMethodError(invoke_type, in NterpGetMethod()
362 ThrowNoSuchMethodError(invoke_type, in NterpGetMethod()
/art/runtime/jni/
Djni_internal.cc371 static void ThrowNoSuchMethodError(const ScopedObjectAccess& soa, in ThrowNoSuchMethodError() function
433 ThrowNoSuchMethodError(soa, c, name, sig, is_static ? "static" : "non-static"); in FindMethodJNI()
2565 ThrowNoSuchMethodError(soa, c.Get(), name, sig, "static or non-static"); in RegisterNatives()
2572 ThrowNoSuchMethodError(soa, c.Get(), name, sig, "native"); in RegisterNatives()