Searched refs:throwingOOME (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/alloc/
H A DHeap.cpp294 if (dvmIsOnThreadList(self) && !self->throwingOOME) {
299 self->throwingOOME = true;
315 * we don't care about the state of self->throwingOOME
322 self->throwingOOME = false;
/dalvik/vm/
H A DThread.h274 bool throwingOOME; member in struct:Thread

Completed in 94 milliseconds