Home | History | Annotate | Download | only in hprof

Lines Matching full:heap_type

858   HprofHeapId heap_type = HPROF_HEAP_APP;
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;