Home
last modified time | relevance | path

Searched refs:IsHandlingStackOverflow (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dcommon_throws.cc711 if (self->IsHandlingStackOverflow<stack_type>()) { in ThrowStackOverflowError()
H A Dthread.h1172 bool IsHandlingStackOverflow() const { in IsHandlingStackOverflow() function
/aosp_15_r20/art/runtime/gc/
H A Dheap.cc1506 if (self->IsHandlingStackOverflow<kNativeStackType>()) { in ThrowOutOfMemoryError()
2799 if (self->IsHandlingStackOverflow<kNativeStackType>()) { in CollectGarbageInternal()
3986 !self->IsHandlingStackOverflow<kNativeStackType>(); in CanAddHeapTask()