Home
last modified time | relevance | path

Searched refs:heap_type (Results 1 – 1 of 1) sorted by relevance

/art/runtime/hprof/
Dhprof.cc897 HprofHeapId heap_type = HPROF_HEAP_APP; in DumpHeapObject() local
900 heap_type = HPROF_HEAP_ZYGOTE; in DumpHeapObject()
902 heap_type = HPROF_HEAP_IMAGE; in DumpHeapObject()
907 heap_type = HPROF_HEAP_ZYGOTE; in DumpHeapObject()
912 if (heap_type != current_heap_) { in DumpHeapObject()
918 __ AddU4(static_cast<uint32_t>(heap_type)); // uint32_t: heap type in DumpHeapObject()
919 switch (heap_type) { in DumpHeapObject()
936 current_heap_ = heap_type; in DumpHeapObject()