Home
last modified time | relevance | path

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

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