Searched defs:heap_count (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddebugger.cc4121 uint8_t heap_count = 1; local
4124 JDWP::Append4BE(bytes, heap_count);
4132 CHECK_EQ(bytes.size(), 4U + (heap_count * (4 + 8 + 1 + 4 + 4 + 4 + 4)));

Completed in 28 milliseconds