Lines Matching refs:u2
239 const dex::u2* begin = ir_code->instructions.begin(); in DisassembleBytecode()
240 const dex::u2* end = ir_code->instructions.end(); in DisassembleBytecode()
241 const dex::u2* ptr = begin; in DisassembleBytecode()
276 const dex::u2* begin = ir_method->code->instructions.begin(); in FixupSwitches()
357 PackedSwitchPayload* CodeIr::DecodePackedSwitch(const dex::u2* /*ptr*/, in DecodePackedSwitch() argument
370 const dex::u2* ptr) { in FixupPackedSwitch()
377 for (dex::u2 i = 0; i < dex_packed_switch->size; ++i) { in FixupPackedSwitch()
383 SparseSwitchPayload* CodeIr::DecodeSparseSwitch(const dex::u2* /*ptr*/, in DecodeSparseSwitch() argument
396 const dex::u2* ptr) { in FixupSparseSwitch()
405 for (dex::u2 i = 0; i < size; ++i) { in FixupSparseSwitch()
413 ArrayData* CodeIr::DecodeArrayData(const dex::u2* ptr, dex::u4 offset) { in DecodeArrayData()
450 Bytecode* CodeIr::DecodeBytecode(const dex::u2* ptr, dex::u4 offset) { in DecodeBytecode()