Home
last modified time | relevance | path

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

/art/runtime/
Dreflection.cc528 ThrowStackOverflowError(soa.Self()); in InvokeWithVarArgs()
559 ThrowStackOverflowError(soa.Self()); in InvokeWithJValues()
590 ThrowStackOverflowError(soa.Self()); in InvokeVirtualOrInterfaceWithJValues()
622 ThrowStackOverflowError(soa.Self()); in InvokeVirtualOrInterfaceWithVarArgs()
655 ThrowStackOverflowError(soa.Self()); in InvokeMethod()
733 ThrowStackOverflowError(soa.Self()); in InvokeConstructor()
Dcommon_throws.h255 void ThrowStackOverflowError(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_) COLD_ATTR;
Dcommon_throws.cc757 void ThrowStackOverflowError(Thread* self) { in ThrowStackOverflowError() function
Dart_method.cc306 ThrowStackOverflowError(self); in Invoke()
/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc109 ThrowStackOverflowError(self); in artThrowStackOverflowFromCode()
/art/runtime/interpreter/
Dinterpreter.cc408 ThrowStackOverflowError(self); in EnterInterpreterFromInvoke()
630 ThrowStackOverflowError(self); in EnterInterpreterFromEntryPoint()
647 ThrowStackOverflowError(self); in ArtInterpreterToInterpreterBridge()
Dinterpreter_common.cc63 ThrowStackOverflowError(self); in CheckStackOverflow()