Home
last modified time | relevance | path

Searched refs:ThrowNoSuchMethodError (Results 1 – 5 of 5) 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/interpreter/mterp/
Dnterp.cc221 ThrowNoSuchMethodError(invoke_type, in NterpGetMethod()
237 ThrowNoSuchMethodError(invoke_type, in NterpGetMethod()
/art/runtime/
Dcommon_throws.h211 void ThrowNoSuchMethodError(InvokeType type,
Dcommon_throws.cc411 void ThrowNoSuchMethodError(InvokeType type, in ThrowNoSuchMethodError() function
/art/runtime/jni/
Djni_internal.cc286 static void ThrowNoSuchMethodError(const ScopedObjectAccess& soa, in ThrowNoSuchMethodError() function
334 ThrowNoSuchMethodError(soa, c, name, sig, is_static ? "static" : "non-static"); in FindMethodJNI()
2399 ThrowNoSuchMethodError(soa, c.Get(), name, sig, "static or non-static"); in RegisterNatives()
2406 ThrowNoSuchMethodError(soa, c.Get(), name, sig, "native"); in RegisterNatives()