Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h198 called_method->ThrowInvocationTimeError(); in DoInvoke()
Dinterpreter.cc429 method->ThrowInvocationTimeError(); in EnterInterpreterFromInvoke()
/art/runtime/
Dart_method.h354 void ThrowInvocationTimeError() REQUIRES_SHARED(Locks::mutator_lock_);
Dart_method.cc141 void ArtMethod::ThrowInvocationTimeError() { in ThrowInvocationTimeError() function in art::ArtMethod
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc739 method->ThrowInvocationTimeError(); in artQuickToInterpreterBridge()