HomeSort by relevance Sort by last modified time
    Searched full:heap_type (Results 1 - 1 of 1) sorted by null

  /art/runtime/hprof/
hprof.cc 858 HprofHeapId heap_type = HPROF_HEAP_APP; local
861 heap_type = HPROF_HEAP_ZYGOTE;
863 heap_type = HPROF_HEAP_IMAGE;
870 if (heap_type != current_heap_) {
876 rec->AddU4(static_cast<uint32_t>(heap_type)); // uint32_t: heap type
877 switch (heap_type) {
894 current_heap_ = heap_type;
    [all...]

Completed in 111 milliseconds