Home
last modified time | relevance | path

Searched refs:throwing_OutOfMemoryError_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dthread.cc888 …StackDumpVisitor dumper(os, const_cast<Thread*>(this), context.get(), !throwing_OutOfMemoryError_); in DumpStack()
979 throwing_OutOfMemoryError_(false), in Thread()
1585 msg, (throwing_OutOfMemoryError_ ? " (recursive case)" : "")); in ThrowOutOfMemoryError()
1587 if (!throwing_OutOfMemoryError_) { in ThrowOutOfMemoryError()
1588 throwing_OutOfMemoryError_ = true; in ThrowOutOfMemoryError()
1590 throwing_OutOfMemoryError_ = false; in ThrowOutOfMemoryError()
Dthread.h765 bool32_t throwing_OutOfMemoryError_; variable