Lines Matching refs:Pack_16
66 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()
256 bytecode_.Push<dex::u2>(Pack_16(B & 0xffff)); in Visit()
275 bytecode_.Push<dex::u2>(Pack_16(C & 0xffff)); in Visit()
292 bytecode_.Push<dex::u2>(Pack_16(B & 0xffff)); in Visit()
293 bytecode_.Push<dex::u2>(Pack_16(B >> 16)); in Visit()
323 bytecode_.Push<dex::u2>(Pack_16(C)); in Visit()
333 bytecode_.Push<dex::u2>(Pack_16(C)); in Visit()
342 bytecode_.Push<dex::u2>(Pack_16(B)); in Visit()
351 bytecode_.Push<dex::u2>(Pack_16(B & 0xffff)); in Visit()
352 bytecode_.Push<dex::u2>(Pack_16(B >> 16)); in Visit()
367 bytecode_.Push<dex::u2>(Pack_16(B)); in Visit()
384 bytecode_.Push<dex::u2>(Pack_16(B)); in Visit()
385 bytecode_.Push<dex::u2>(Pack_16(C)); in Visit()
399 bytecode_.Push<dex::u2>(Pack_16((B >> 0) & 0xffff)); in Visit()
400 bytecode_.Push<dex::u2>(Pack_16((B >> 16) & 0xffff)); in Visit()
401 bytecode_.Push<dex::u2>(Pack_16((B >> 32) & 0xffff)); in Visit()
402 bytecode_.Push<dex::u2>(Pack_16((B >> 48) & 0xffff)); in Visit()
412 bytecode_.Push<dex::u2>(Pack_16(B)); in Visit()
419 bytecode_.Push<dex::u2>(Pack_16(B)); in Visit()
448 bytecode_.Push<dex::u2>(Pack_16(packed_switch->targets.size())); in Visit()
472 bytecode_.Push<dex::u2>(Pack_16(sparse_switch->switch_cases.size())); in Visit()
595 instr[1] = Pack_16(rel_offset); in FixupLabels()
599 instr[1] = Pack_16(rel_offset & 0xffff); in FixupLabels()
600 instr[2] = Pack_16(rel_offset >> 16); in FixupLabels()