Home
last modified time | relevance | path

Searched refs:ThrowStackOverflowError (Results 1 – 6 of 6) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc82 ThrowStackOverflowError(self); in artThrowStackOverflowFromCode()
/art/runtime/
Dreflection.cc444 ThrowStackOverflowError(soa.Self()); in InvokeWithVarArgs()
474 ThrowStackOverflowError(soa.Self()); in InvokeWithJValues()
504 ThrowStackOverflowError(soa.Self()); in InvokeVirtualOrInterfaceWithJValues()
535 ThrowStackOverflowError(soa.Self()); in InvokeVirtualOrInterfaceWithVarArgs()
567 ThrowStackOverflowError(soa.Self()); in InvokeMethod()
Dart_method.cc371 ThrowStackOverflowError(self); in Invoke()
/art/runtime/interpreter/
Dinterpreter.cc308 ThrowStackOverflowError(self); in EnterInterpreterFromInvoke()
436 ThrowStackOverflowError(self); in EnterInterpreterFromEntryPoint()
447 ThrowStackOverflowError(self); in artInterpreterToInterpreterBridge()
/art/runtime/entrypoints/
Dentrypoint_utils.h159 extern void ThrowStackOverflowError(Thread* self) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dentrypoint_utils.cc116 void ThrowStackOverflowError(Thread* self) { in ThrowStackOverflowError() function