Searched refs:Append2BE (Results 1 – 3 of 3) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_bits.h | 39 static inline void Append2BE(std::vector<uint8_t>& bytes, uint16_t value) { in Append2BE() function 65 Append2BE(bytes, chars[i]); in AppendUtf16BE()
|
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 142 JDWP::Append2BE(bytes, thread_count); in DdmVmInternal_getThreadStats()
|
/art/runtime/ |
D | debugger.cc | 4993 JDWP::Append2BE(bytes, capped_count); in GetRecentAllocations() 4996 JDWP::Append2BE(bytes, class_names.Size()); in GetRecentAllocations() 4997 JDWP::Append2BE(bytes, method_names.Size()); in GetRecentAllocations() 4998 JDWP::Append2BE(bytes, filenames.Size()); in GetRecentAllocations() 5016 JDWP::Append2BE(bytes, static_cast<uint16_t>(record->GetTid())); in GetRecentAllocations() 5017 JDWP::Append2BE(bytes, allocated_object_class_name_index); in GetRecentAllocations() 5030 JDWP::Append2BE(bytes, class_name_index); in GetRecentAllocations() 5031 JDWP::Append2BE(bytes, method_name_index); in GetRecentAllocations() 5032 JDWP::Append2BE(bytes, file_name_index); in GetRecentAllocations() 5033 JDWP::Append2BE(bytes, record->StackElement(stack_frame).ComputeLineNumber()); in GetRecentAllocations()
|