Lines Matching full:heap_count
3153 uint8_t heap_count = 1;3156 JDWP::Append4BE(bytes, heap_count);3164 CHECK_EQ(bytes.size(), 4U + (heap_count * (4 + 8 + 1 + 4 + 4 + 4 + 4)));