Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.cc721 if (self->IsHandlingStackOverflow<stack_type>()) { in ThrowStackOverflowError()
Dthread.h1177 bool IsHandlingStackOverflow() const { in IsHandlingStackOverflow() function
/art/runtime/gc/
Dheap.cc1513 if (self->IsHandlingStackOverflow<kNativeStackType>()) { in ThrowOutOfMemoryError()
2812 if (self->IsHandlingStackOverflow<kNativeStackType>()) { in CollectGarbageInternal()
4003 !self->IsHandlingStackOverflow<kNativeStackType>(); in CanAddHeapTask()