Home
last modified time | relevance | path

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

/dalvik/vm/hprof/
DHprof.c90 hprofAddU4ToRecord(&headCtx->curRec, HPROF_NULL_STACK_TRACE); in hprofShutdown()
91 hprofAddU4ToRecord(&headCtx->curRec, HPROF_NULL_THREAD); in hprofShutdown()
92 hprofAddU4ToRecord(&headCtx->curRec, 0); // no frames in hprofShutdown()
181 free(ctx->curRec.body); in hprofFreeContext()
DHprofOutput.c87 ctx->curRec.allocLen = 128; in hprofContextInit()
88 ctx->curRec.body = malloc(ctx->curRec.allocLen); in hprofContextInit()
159 return hprofFlushRecord(&ctx->curRec, ctx->memFp); in hprofFlushCurrentRecord()
165 hprof_record_t *rec = &ctx->curRec; in hprofStartNewRecord()
DHprofString.c84 hprof_record_t *rec = &ctx->curRec; in hprofDumpStrings()
DHprofClass.c186 hprof_record_t *rec = &ctx->curRec; in hprofDumpClasses()
DHprof.h127 hprof_record_t curRec; member
DHprofStackFrame.c181 hprof_record_t *rec = &ctx->curRec; in hprofDumpStackFrames()
DHprofHeap.c130 hprof_record_t *rec = &ctx->curRec; in hprofMarkRootObject()
231 hprof_record_t *rec = &ctx->curRec; in hprofDumpHeapObject()
DHprofStack.c161 hprof_record_t *rec = &ctx->curRec; in hprofDumpStacks()