Searched defs:firstHeap (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/alloc/
H A DHeapDebug.c203 int firstHeap = (nHeaps == 1) ? 0 : 1; local
207 for (hh = firstHeap; hh < nHeaps; hh++) {
297 size_t firstHeap, i; local
302 firstHeap = nHeaps > 1 ? 1 : 0;
307 if (i >= firstHeap) {

Completed in 47 milliseconds