Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc4456 uint8_t heap_count = 1; in DdmSendHeapInfo() local
4459 JDWP::Append4BE(bytes, heap_count); in DdmSendHeapInfo()
4467 CHECK_EQ(bytes.size(), 4U + (heap_count * (4 + 8 + 1 + 4 + 4 + 4 + 4))); in DdmSendHeapInfo()