Home
last modified time | relevance | path

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

/dalvik/vm/
DThread.h560 bool dvmIsOnThreadList(const Thread* thread);
DThread.cpp3100 bool dvmIsOnThreadList(const Thread* thread) in dvmIsOnThreadList() function
/dalvik/vm/alloc/
DHeap.cpp284 if (dvmIsOnThreadList(self) && !self->throwingOOME) { in throwOOME()