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 852 HprofHeapId heap_type = HPROF_HEAP_APP; local
855 heap_type = HPROF_HEAP_ZYGOTE;
857 heap_type = HPROF_HEAP_IMAGE;
864 if (heap_type != current_heap_) {
870 rec->AddU4(static_cast<uint32_t>(heap_type)); // uint32_t: heap type
871 switch (heap_type) {
888 current_heap_ = heap_type;
    [all...]

Completed in 148 milliseconds