Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc105 ThrowStackOverflowError(self); in artThrowStackOverflowFromCode()
/art/runtime/
Dreflection.cc463 ThrowStackOverflowError(soa.Self()); in InvokeWithVarArgs()
494 ThrowStackOverflowError(soa.Self()); in InvokeWithJValues()
525 ThrowStackOverflowError(soa.Self()); in InvokeVirtualOrInterfaceWithJValues()
557 ThrowStackOverflowError(soa.Self()); in InvokeVirtualOrInterfaceWithVarArgs()
590 ThrowStackOverflowError(soa.Self()); in InvokeMethod()
Dcommon_throws.h240 void ThrowStackOverflowError(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_) COLD_ATTR;
Dcommon_throws.cc736 void ThrowStackOverflowError(Thread* self) { in ThrowStackOverflowError() function
Dart_method.cc300 ThrowStackOverflowError(self); in Invoke()
/art/runtime/interpreter/
Dinterpreter.cc359 ThrowStackOverflowError(self); in EnterInterpreterFromInvoke()
579 ThrowStackOverflowError(self); in EnterInterpreterFromEntryPoint()
596 ThrowStackOverflowError(self); in ArtInterpreterToInterpreterBridge()