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

/dalvik/vm/hprof/
H A DHprof.h123 typedef struct hprof_context_t { struct
135 } hprof_context_t; typedef in typeref:struct:hprof_context_t
144 int hprofDumpStrings(hprof_context_t *ctx);
156 int hprofDumpClasses(hprof_context_t *ctx);
166 int hprofStartHeapDump(hprof_context_t *ctx);
167 int hprofFinishHeapDump(hprof_context_t *ctx);
169 int hprofSetGcScanState(hprof_context_t *ctx,
171 int hprofMarkRootObject(hprof_context_t *ctx,
174 int hprofDumpHeapObject(hprof_context_t *ctx, const Object *obj);
180 void hprofContextInit(hprof_context_t *ct
[all...]

Completed in 69 milliseconds