Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter.cc374 method->ThrowInvocationTimeError(receiver); in EnterInterpreterFromInvoke()
/aosp_15_r20/art/runtime/entrypoints/
H A Dentrypoint_utils-inl.h598 called_method->ThrowInvocationTimeError((type == kStatic) ? nullptr : *this_object); in FindMethodToCall()
/aosp_15_r20/art/runtime/
H A Dart_method.cc181 void ArtMethod::ThrowInvocationTimeError(ObjPtr<mirror::Object> receiver) { in ThrowInvocationTimeError() function in art::ArtMethod
H A Dart_method.h639 void ThrowInvocationTimeError(ObjPtr<mirror::Object> receiver)
/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc767 method->ThrowInvocationTimeError( in artQuickToInterpreterBridge()