Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h599 called_method->ThrowInvocationTimeError((type == kStatic) ? nullptr : *this_object); in FindMethodToCall()
/art/runtime/interpreter/
Dinterpreter.cc376 method->ThrowInvocationTimeError(receiver); in EnterInterpreterFromInvoke()
/art/runtime/
Dart_method.cc181 void ArtMethod::ThrowInvocationTimeError(ObjPtr<mirror::Object> receiver) { in ThrowInvocationTimeError() function in art::ArtMethod
Dart_method.h604 void ThrowInvocationTimeError(ObjPtr<mirror::Object> receiver)
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc680 method->ThrowInvocationTimeError( in artQuickToInterpreterBridge()