Home
last modified time | relevance | path

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

/dalvik/vm/alloc/
DCopying.c202 size_t queueHead; member
340 if (heapSource->queueHead != QUEUE_TAIL) { in allocateBlocks()
426 if (heapSource->queueHead != QUEUE_TAIL) { in enqueueBlock()
429 heapSource->queueHead = block; in enqueueBlock()
488 heapSource->queueHead = QUEUE_TAIL; in dvmHeapSourceStartup()
674 if (heapSource->queueHead == QUEUE_TAIL) { in allocateGray()
809 heapSource->queueHead = QUEUE_TAIL; in dvmHeapSourceFlip()
2051 block = heapSource->queueHead; in describeBlockQueue()
2061 block = heapSource->queueHead; in describeBlockQueue()
2082 while (heapSource->queueHead != QUEUE_TAIL) { in scavengeBlockQueue()
[all …]