Searched refs:hprof_context_t (Results 1 – 10 of 10) sorted by relevance
/dalvik/vm/hprof/ |
D | Hprof.h | 123 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 …]
|
D | HprofStack.h | 33 int hprofDumpStacks(hprof_context_t *ctx); 40 int hprofDumpStackFrames(hprof_context_t *ctx);
|
D | Hprof.c | 36 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()
|
D | HprofHeap.c | 43 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()
|
D | HprofOutput.c | 65 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()
|
D | HprofString.c | 81 hprofDumpStrings(hprof_context_t *ctx) in hprofDumpStrings()
|
D | HprofClass.c | 183 hprofDumpClasses(hprof_context_t *ctx) in hprofDumpClasses()
|
D | HprofStackFrame.c | 178 hprofDumpStackFrames(hprof_context_t *ctx) in hprofDumpStackFrames()
|
D | HprofStack.c | 158 hprofDumpStacks(hprof_context_t *ctx) in hprofDumpStacks()
|
/dalvik/vm/alloc/ |
D | HeapInternal.h | 118 hprof_context_t *hprofContext;
|