Searched refs:hprofStartNewRecord (Results 1 – 6 of 6) sorted by relevance
/dalvik/vm/hprof/ |
D | HprofString.cpp | 88 err = hprofStartNewRecord(ctx, HPROF_TAG_STRING, HPROF_TIME); in hprofDumpStrings()
|
D | Hprof.cpp | 86 hprofStartNewRecord(headCtx, HPROF_TAG_STACK_TRACE, HPROF_TIME); in hprofShutdown() 250 hprofStartNewRecord(ctx, HPROF_TAG_HEAP_DUMP_SEGMENT, HPROF_TIME); in hprofDumpHeap()
|
D | HprofClass.cpp | 117 err = hprofStartNewRecord(ctx, HPROF_TAG_LOAD_CLASS, HPROF_TIME); in hprofDumpClasses()
|
D | HprofHeap.cpp | 50 return hprofStartNewRecord(ctx, HPROF_TAG_HEAP_DUMP_END, HPROF_TIME); in hprofFinishHeapDump() 137 hprofStartNewRecord(ctx, HPROF_TAG_HEAP_DUMP_SEGMENT, HPROF_TIME); in hprofMarkRootObject() 227 hprofStartNewRecord(ctx, HPROF_TAG_HEAP_DUMP_SEGMENT, HPROF_TIME); in hprofDumpHeapObject()
|
D | Hprof.h | 193 int hprofStartNewRecord(hprof_context_t *ctx, u1 tag, u4 time);
|
D | HprofOutput.cpp | 160 int hprofStartNewRecord(hprof_context_t *ctx, u1 tag, u4 time) in hprofStartNewRecord() function
|