Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.h394 void ThrowInvocationTimeError() REQUIRES_SHARED(Locks::mutator_lock_);
Dart_method.cc150 void ArtMethod::ThrowInvocationTimeError() { in ThrowInvocationTimeError() function in art::ArtMethod
/art/runtime/interpreter/
Dinterpreter.cc445 method->ThrowInvocationTimeError(); in EnterInterpreterFromInvoke()
Dinterpreter_common.h296 called_method->ThrowInvocationTimeError(); in DoInvoke()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc654 method->ThrowInvocationTimeError(); in artQuickToInterpreterBridge()