Searched refs:ThrowNoSuchMethodError (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | common_throws.h | 214 void ThrowNoSuchMethodError(InvokeType type,
|
D | class_linker-inl.h | 423 ThrowNoSuchMethodError(type, klass, name, signature); in ResolveMethod()
|
D | common_throws.cc | 408 void ThrowNoSuchMethodError(InvokeType type, in ThrowNoSuchMethodError() function
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 626 ThrowNoSuchMethodError(kSuper, in FindSuperMethodToCall() 653 ThrowNoSuchMethodError(kSuper, in FindSuperMethodToCall()
|
/art/runtime/jni/ |
D | jni_internal.cc | 452 static void ThrowNoSuchMethodError(const ScopedObjectAccess& soa, in ThrowNoSuchMethodError() function 514 ThrowNoSuchMethodError(soa, c, name, sig, is_static ? "static" : "non-static"); in FindMethodJNI() 2667 ThrowNoSuchMethodError(soa, c.Get(), name, sig, "static or non-static"); in RegisterNatives() 2674 ThrowNoSuchMethodError(soa, c.Get(), name, sig, "native"); in RegisterNatives()
|