Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc106 ThrowStackOverflowError(self); in artThrowStackOverflowFromCode()
/art/runtime/
Dreflection.cc468 ThrowStackOverflowError(soa.Self()); in InvokeWithVarArgs()
499 ThrowStackOverflowError(soa.Self()); in InvokeWithJValues()
530 ThrowStackOverflowError(soa.Self()); in InvokeVirtualOrInterfaceWithJValues()
562 ThrowStackOverflowError(soa.Self()); in InvokeVirtualOrInterfaceWithVarArgs()
595 ThrowStackOverflowError(soa.Self()); in InvokeMethod()
Dcommon_throws.h254 void ThrowStackOverflowError(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_) COLD_ATTR;
Dcommon_throws.cc761 void ThrowStackOverflowError(Thread* self) { in ThrowStackOverflowError() function
Dart_method.cc321 ThrowStackOverflowError(self); in Invoke()
/art/runtime/interpreter/
Dinterpreter.cc379 ThrowStackOverflowError(self); in EnterInterpreterFromInvoke()
590 ThrowStackOverflowError(self); in EnterInterpreterFromEntryPoint()
607 ThrowStackOverflowError(self); in ArtInterpreterToInterpreterBridge()