Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dreflection.cc536 ThrowStackOverflowError<kNativeStackType>(soa.Self()); in InvokeWithVarArgs()
578 ThrowStackOverflowError<kNativeStackType>(soa.Self()); in InvokeWithJValues()
619 ThrowStackOverflowError<kNativeStackType>(soa.Self()); in InvokeVirtualOrInterfaceWithJValues()
662 ThrowStackOverflowError<kNativeStackType>(soa.Self()); in InvokeVirtualOrInterfaceWithVarArgs()
705 ThrowStackOverflowError<kNativeStackType>(soa.Self()); in InvokeMethod()
800 ThrowStackOverflowError<kNativeStackType>(soa.Self()); in InvokeConstructor()
H A Dcommon_throws.cc710 void ThrowStackOverflowError(Thread* self) { in ThrowStackOverflowError() function
823 template void ThrowStackOverflowError<StackType::kHardware>(Thread* self);
H A Dcommon_throws.h263 void ThrowStackOverflowError(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_) COLD_ATTR;
H A Dart_method.cc368 ThrowStackOverflowError<kNativeStackType>(self); in Invoke()
/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter.cc353 ThrowStackOverflowError<kNativeStackType>(self); in EnterInterpreterFromInvoke()
571 ThrowStackOverflowError<kNativeStackType>(self); in EnterInterpreterFromEntryPoint()
589 ThrowStackOverflowError<kNativeStackType>(self); in ArtInterpreterToInterpreterBridge()
H A Dinterpreter_common.cc65 ThrowStackOverflowError<kNativeStackType>(self); in CheckStackOverflow()
/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_throw_entrypoints.cc129 ThrowStackOverflowError<kQuickStackType>(self); in artThrowStackOverflowFromCode()