Home
last modified time | relevance | path

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

/art/runtime/
Dreflection.cc526 ThrowStackOverflowError(soa.Self()); in InvokeWithVarArgs()
567 ThrowStackOverflowError(soa.Self()); in InvokeWithJValues()
608 ThrowStackOverflowError(soa.Self()); in InvokeVirtualOrInterfaceWithJValues()
651 ThrowStackOverflowError(soa.Self()); in InvokeVirtualOrInterfaceWithVarArgs()
693 ThrowStackOverflowError(soa.Self()); in InvokeMethod()
775 ThrowStackOverflowError(soa.Self()); in InvokeConstructor()
Dcommon_throws.h258 void ThrowStackOverflowError(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_) COLD_ATTR;
Dart_method.cc315 ThrowStackOverflowError(self); in Invoke()
Dcommon_throws.cc769 void ThrowStackOverflowError(Thread* self) { in ThrowStackOverflowError() function
/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc109 ThrowStackOverflowError(self); in artThrowStackOverflowFromCode()
/art/runtime/interpreter/
Dinterpreter.cc424 ThrowStackOverflowError(self); in EnterInterpreterFromInvoke()
650 ThrowStackOverflowError(self); in EnterInterpreterFromEntryPoint()
667 ThrowStackOverflowError(self); in ArtInterpreterToInterpreterBridge()
Dinterpreter_common.cc64 ThrowStackOverflowError(self); in CheckStackOverflow()