Home
last modified time | relevance | path

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

/dalvik/vm/hprof/
DHprofHeap.c39 ctx->currentHeap = HPROF_HEAP_DEFAULT; in hprofStartHeapDump()
240 ctx->currentHeap = HPROF_HEAP_DEFAULT; in hprofDumpHeapObject()
243 if (desiredHeap != ctx->currentHeap) { in hprofDumpHeapObject()
265 ctx->currentHeap = desiredHeap; in hprofDumpHeapObject()
DHprof.h132 HprofHeapId currentHeap; // which heap we're currently emitting member