OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:throwingOOME
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/alloc/
Heap.cpp
284
if (dvmIsOnThreadList(self) && !self->
throwingOOME
) {
289
self->
throwingOOME
= true;
305
* we don't care about the state of self->
throwingOOME
312
self->
throwingOOME
= false;
/dalvik/vm/
Thread.h
274
bool
throwingOOME
;
Completed in 1347 milliseconds