Searched refs:heap_count (Results 1 – 1 of 1) sorted by relevance
4456 uint8_t heap_count = 1; in DdmSendHeapInfo() local4459 JDWP::Append4BE(bytes, heap_count); in DdmSendHeapInfo()4467 CHECK_EQ(bytes.size(), 4U + (heap_count * (4 + 8 + 1 + 4 + 4 + 4 + 4))); in DdmSendHeapInfo()