Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h165 called_method->ThrowInvocationTimeError(); in IsValidLambdaTargetOrThrow()
642 called_method->ThrowInvocationTimeError(); in DoInvoke()
690 called_method->ThrowInvocationTimeError(); in DoInvokeVirtualQuick()
Dinterpreter.cc410 method->ThrowInvocationTimeError(); in EnterInterpreterFromInvoke()
/art/runtime/
Dart_method.cc68 void ArtMethod::ThrowInvocationTimeError() { in ThrowInvocationTimeError() function in art::ArtMethod
Dart_method.h383 void ThrowInvocationTimeError() SHARED_REQUIRES(Locks::mutator_lock_);
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc651 method->ThrowInvocationTimeError(); in artQuickToInterpreterBridge()