Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc81 ThrowStackOverflowError(self); in artThrowStackOverflowFromCode()
/art/runtime/
Dreflection.cc449 ThrowStackOverflowError(soa.Self()); in InvokeWithVarArgs()
479 ThrowStackOverflowError(soa.Self()); in InvokeWithJValues()
509 ThrowStackOverflowError(soa.Self()); in InvokeVirtualOrInterfaceWithJValues()
540 ThrowStackOverflowError(soa.Self()); in InvokeVirtualOrInterfaceWithVarArgs()
572 ThrowStackOverflowError(soa.Self()); in InvokeMethod()
Dcommon_throws.h212 void ThrowStackOverflowError(Thread* self) SHARED_REQUIRES(Locks::mutator_lock_) COLD_ATTR;
Dart_method.cc239 ThrowStackOverflowError(self); in Invoke()
Dcommon_throws.cc560 void ThrowStackOverflowError(Thread* self) { in ThrowStackOverflowError() function
/art/runtime/interpreter/
Dinterpreter.cc397 ThrowStackOverflowError(self); in EnterInterpreterFromInvoke()
608 ThrowStackOverflowError(self); in EnterInterpreterFromEntryPoint()
623 ThrowStackOverflowError(self); in ArtInterpreterToInterpreterBridge()