Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dcommon_throws.cc700 if (self->IsHandlingStackOverflow()) { in ThrowStackOverflowError()
H A Dthread.h860 bool IsHandlingStackOverflow() const { in IsHandlingStackOverflow() function
/aosp12/art/runtime/gc/
H A Dheap.cc1419 if (self->IsHandlingStackOverflow()) { in ThrowOutOfMemoryError()
2602 if (self->IsHandlingStackOverflow()) { in CollectGarbageInternal()
3731 !self->IsHandlingStackOverflow(); in CanAddHeapTask()