Home
last modified time | relevance | path

Searched refs:Append2BE (Results 1 – 3 of 3) sorted by relevance

/art/libartbase/base/
Dendian_utils.h37 inline void Append2BE(std::vector<uint8_t>& bytes, uint16_t value) { in Append2BE() function
52 Append2BE(bytes, chars[i]); in AppendUtf16BE()
61 Append2BE(bytes, static_cast<uint16_t>(chars[i])); in AppendUtf16CompressedBE()
/art/runtime/
Ddebugger.cc1023 Append2BE(bytes, capped_count); in GetRecentAllocations()
1026 Append2BE(bytes, class_names.Size()); in GetRecentAllocations()
1027 Append2BE(bytes, method_names.Size()); in GetRecentAllocations()
1028 Append2BE(bytes, filenames.Size()); in GetRecentAllocations()
1052 Append2BE(bytes, static_cast<uint16_t>(record->GetTid())); in GetRecentAllocations()
1053 Append2BE(bytes, allocated_object_class_name_index); in GetRecentAllocations()
1066 Append2BE(bytes, class_name_index); in GetRecentAllocations()
1067 Append2BE(bytes, method_name_index); in GetRecentAllocations()
1068 Append2BE(bytes, file_name_index); in GetRecentAllocations()
1069 Append2BE(bytes, record->StackElement(stack_frame).ComputeLineNumber()); in GetRecentAllocations()
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc195 Append2BE(bytes, thread_count); in DdmVmInternal_getThreadStats()