Home | History | Annotate | Download | only in runtime

Lines Matching refs:heap_count

4543   uint8_t heap_count = 1;
4546 JDWP::Append4BE(bytes, heap_count);
4554 CHECK_EQ(bytes.size(), 4U + (heap_count * (4 + 8 + 1 + 4 + 4 + 4 + 4)));