Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.cc117 if (self->IsHandlingStackOverflow()) { in ThrowStackOverflowError()
/art/runtime/
Dthread.h654 bool IsHandlingStackOverflow() const { in IsHandlingStackOverflow() function
/art/runtime/gc/
Dheap.cc2389 if (self->IsHandlingStackOverflow()) { in CollectGarbageInternal()
3416 !self->IsHandlingStackOverflow(); in CanAddHeapTask()