Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h139 called_method->ThrowInvocationTimeError(); in DoFastInvoke()
180 called_method->ThrowInvocationTimeError(); in DoInvoke()
250 called_method->ThrowInvocationTimeError(); in DoInvokeVirtualQuick()
Dinterpreter.cc380 method->ThrowInvocationTimeError(); in EnterInterpreterFromInvoke()
/art/runtime/
Dart_method.h304 void ThrowInvocationTimeError() REQUIRES_SHARED(Locks::mutator_lock_);
Dart_method.cc132 void ArtMethod::ThrowInvocationTimeError() { in ThrowInvocationTimeError() function in art::ArtMethod
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc697 method->ThrowInvocationTimeError(); in artQuickToInterpreterBridge()