Home
last modified time | relevance | path

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

/dalvik/vm/hprof/
DHprofHeap.c47 ctx->objectsInSegment = OBJECTS_PER_SEGMENT; in hprofStartHeapDump()
138 if (ctx->objectsInSegment >= OBJECTS_PER_SEGMENT || in hprofMarkRootObject()
144 ctx->objectsInSegment = 0; in hprofMarkRootObject()
210 ctx->objectsInSegment++; in hprofMarkRootObject()
238 if (ctx->objectsInSegment >= OBJECTS_PER_SEGMENT || in hprofDumpHeapObject()
244 ctx->objectsInSegment = 0; in hprofDumpHeapObject()
491 ctx->objectsInSegment++; in hprofDumpHeapObject()
DHprof.h133 size_t objectsInSegment; member