Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dbytecode_encoder.cc66 static dex::u2 Pack_16(dex::u4 a) { in Pack_16() function
160 bytecode_.Push<dex::u2>(Pack_16(vB)); in Visit()
169 bytecode_.Push<dex::u2>(Pack_16(vA)); in Visit()
170 bytecode_.Push<dex::u2>(Pack_16(vB)); in Visit()
187 bytecode_.Push<dex::u2>(Pack_16(B)); in Visit()
203 bytecode_.Push<dex::u2>(Pack_16(B & 0xffff)); in Visit()
204 bytecode_.Push<dex::u2>(Pack_16(B >> 16)); in Visit()
221 bytecode_.Push<dex::u2>(Pack_16(A & 0xffff)); in Visit()
237 bytecode_.Push<dex::u2>(Pack_16(A & 0xffff)); in Visit()
238 bytecode_.Push<dex::u2>(Pack_16(A >> 16)); in Visit()
[all …]