Searched refs:throwingOOME (Results 1 – 2 of 2) sorted by relevance
359 if (dvmIsOnThreadList(self) && !self->throwingOOME) { in throwOOME()364 self->throwingOOME = true; in throwOOME()387 self->throwingOOME = false; in throwOOME()
205 bool throwingOOME; member