HomeSort by relevance Sort by last modified time
    Searched refs:HPROF_TAG_HEAP_DUMP_SEGMENT (Results 1 - 2 of 2) sorted by null

  /dalvik/tools/hprof-conv/
HprofConv.c 57 HPROF_TAG_HEAP_DUMP_SEGMENT = 0x1c,
675 || type == HPROF_TAG_HEAP_DUMP_SEGMENT) {
  /art/runtime/hprof/
hprof.cc 117 HPROF_TAG_HEAP_DUMP_SEGMENT = 0x1C,
431 current_record_.StartNewRecord(body_fp_, HPROF_TAG_HEAP_DUMP_SEGMENT, HPROF_TIME);
585 current_record_.StartNewRecord(body_fp_, HPROF_TAG_HEAP_DUMP_SEGMENT, HPROF_TIME);
    [all...]

Completed in 318 milliseconds