Home
last modified time | relevance | path

Searched refs:AppendUtf16CompressedBE (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jdwp/
Djdwp_bits.h70 static inline void AppendUtf16CompressedBE(std::vector<uint8_t>& bytes, in AppendUtf16CompressedBE() function
/art/runtime/
Ddebugger.cc4398 JDWP::AppendUtf16CompressedBE(bytes, chars_compressed, char_count); in DdmSendThreadNotification()