Home | History | Annotate | Download | only in runtime

Lines Matching refs:Append2BE

5266     JDWP::Append2BE(bytes, capped_count);
5269 JDWP::Append2BE(bytes, class_names.Size());
5270 JDWP::Append2BE(bytes, method_names.Size());
5271 JDWP::Append2BE(bytes, filenames.Size());
5295 JDWP::Append2BE(bytes, static_cast<uint16_t>(record->GetTid()));
5296 JDWP::Append2BE(bytes, allocated_object_class_name_index);
5309 JDWP::Append2BE(bytes, class_name_index);
5310 JDWP::Append2BE(bytes, method_name_index);
5311 JDWP::Append2BE(bytes, file_name_index);
5312 JDWP::Append2BE(bytes, record->StackElement(stack_frame).ComputeLineNumber());