Home
last modified time | relevance | path

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

/dalvik/vm/hprof/
DHprof.h123 typedef struct hprof_context_t { struct
146 } hprof_context_t; argument
155 int hprofDumpStrings(hprof_context_t *ctx);
167 int hprofDumpClasses(hprof_context_t *ctx);
177 int hprofStartHeapDump(hprof_context_t *ctx);
178 int hprofFinishHeapDump(hprof_context_t *ctx);
180 int hprofSetGcScanState(hprof_context_t *ctx,
182 int hprofMarkRootObject(hprof_context_t *ctx,
185 int hprofDumpHeapObject(hprof_context_t *ctx, const Object *obj);
191 void hprofContextInit(hprof_context_t *ctx, char *fileName, int fd,
[all …]
DHprofStack.h33 int hprofDumpStacks(hprof_context_t *ctx);
40 int hprofDumpStackFrames(hprof_context_t *ctx);
DHprof.c36 hprof_context_t *
46 hprof_context_t *ctx = malloc(sizeof(*ctx)); in hprofStartup()
64 hprofShutdown(hprof_context_t *tailCtx) in hprofShutdown()
73 hprof_context_t *headCtx = malloc(sizeof(*headCtx)); in hprofShutdown()
173 hprofFreeContext(hprof_context_t *ctx) in hprofFreeContext()
DHprofHeap.c43 hprofStartHeapDump(hprof_context_t *ctx) in hprofStartHeapDump()
53 hprofFinishHeapDump(hprof_context_t *ctx) in hprofFinishHeapDump()
59 hprofSetGcScanState(hprof_context_t *ctx, in hprofSetGcScanState()
128 hprofMarkRootObject(hprof_context_t *ctx, const Object *obj, jobject jniObj) in hprofMarkRootObject()
228 hprofDumpHeapObject(hprof_context_t *ctx, const Object *obj) in hprofDumpHeapObject()
DHprofOutput.c65 hprofContextInit(hprof_context_t *ctx, char *fileName, int fd, in hprofContextInit()
157 hprofFlushCurrentRecord(hprof_context_t *ctx) in hprofFlushCurrentRecord()
163 hprofStartNewRecord(hprof_context_t *ctx, u1 tag, u4 time) in hprofStartNewRecord()
DHprofString.c81 hprofDumpStrings(hprof_context_t *ctx) in hprofDumpStrings()
DHprofClass.c183 hprofDumpClasses(hprof_context_t *ctx) in hprofDumpClasses()
DHprofStackFrame.c178 hprofDumpStackFrames(hprof_context_t *ctx) in hprofDumpStackFrames()
DHprofStack.c158 hprofDumpStacks(hprof_context_t *ctx) in hprofDumpStacks()
/dalvik/vm/alloc/
DHeapInternal.h118 hprof_context_t *hprofContext;