Home | History | Annotate | Download | only in runtime

Lines Matching refs:Append4BE

3024     JDWP::Append4BE(bytes, t->GetThinLockId());
3156 JDWP::Append4BE(bytes, heap_count);
3157 JDWP::Append4BE(bytes, 1); // Heap id (bogus; we only have one heap).
3160 JDWP::Append4BE(bytes, heap->GetMaxMemory()); // Max allowed heap size in bytes.
3161 JDWP::Append4BE(bytes, heap->GetTotalMemory()); // Current heap size in bytes.
3162 JDWP::Append4BE(bytes, heap->GetBytesAllocated());
3163 JDWP::Append4BE(bytes, heap->GetObjectsAllocated());
3743 JDWP::Append4BE(bytes, 0); // We'll patch this later...
3761 JDWP::Append4BE(bytes, record->byte_count);