Lines Matching refs:Append2BE
4993 JDWP::Append2BE(bytes, capped_count);
4996 JDWP::Append2BE(bytes, class_names.Size());
4997 JDWP::Append2BE(bytes, method_names.Size());
4998 JDWP::Append2BE(bytes, filenames.Size());
5016 JDWP::Append2BE(bytes, static_cast<uint16_t>(record->GetTid()));
5017 JDWP::Append2BE(bytes, allocated_object_class_name_index);
5030 JDWP::Append2BE(bytes, class_name_index);
5031 JDWP::Append2BE(bytes, method_name_index);
5032 JDWP::Append2BE(bytes, file_name_index);
5033 JDWP::Append2BE(bytes, record->StackElement(stack_frame).ComputeLineNumber());