Searched defs:hprof_context_t (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/hprof/
H A DHprof.h120 struct hprof_context_t { struct
152 int hprofDumpStrings(hprof_context_t *ctx);
164 int hprofDumpClasses(hprof_context_t *ctx);
174 int hprofStartHeapDump(hprof_context_t *ctx);
175 int hprofFinishHeapDump(hprof_context_t *ctx);
177 int hprofSetGcScanState(hprof_context_t *ctx,
179 void hprofMarkRootObject(hprof_context_t *ctx,
182 int hprofDumpHeapObject(hprof_context_t *ctx, const Object *obj);
188 void hprofContextInit(hprof_context_t *ctx, char *fileName, int fd,
192 int hprofFlushCurrentRecord(hprof_context_t *ct
[all...]

Completed in 60 milliseconds