Lines Matching refs:CastOperand
98 ? bytecode->CastOperand<VRegPair>(index)->base_reg in GetRegA()
99 : bytecode->CastOperand<VReg>(index)->reg; in GetRegA()
107 ? bytecode->CastOperand<VRegPair>(index)->base_reg in GetRegB()
108 : bytecode->CastOperand<VReg>(index)->reg; in GetRegB()
116 ? bytecode->CastOperand<VRegPair>(index)->base_reg in GetRegC()
117 : bytecode->CastOperand<VReg>(index)->reg; in GetRegC()
177 dex::u4 B = Trim_S0(bytecode->CastOperand<Const32>(1)->u.u4_value); in Visit()
185 dex::u4 B = Trim_S2(bytecode->CastOperand<Const32>(1)->u.u4_value); in Visit()
201 dex::u4 B = bytecode->CastOperand<Const32>(1)->u.u4_value; in Visit()
210 auto label = bytecode->CastOperand<CodeLocation>(0)->label; in Visit()
227 auto label = bytecode->CastOperand<CodeLocation>(0)->label; in Visit()
245 auto label = bytecode->CastOperand<CodeLocation>(1)->label; in Visit()
264 auto label = bytecode->CastOperand<CodeLocation>(2)->label; in Visit()
282 auto label = bytecode->CastOperand<CodeLocation>(1)->label; in Visit()
311 dex::u4 C = Trim_S1(bytecode->CastOperand<Const32>(2)->u.u4_value); in Visit()
321 dex::u4 C = Trim_S2(bytecode->CastOperand<Const32>(2)->u.u4_value); in Visit()
331 dex::u4 C = bytecode->CastOperand<IndexedOperand>(2)->index; in Visit()
340 dex::u4 B = bytecode->CastOperand<IndexedOperand>(1)->index; in Visit()
349 dex::u4 B = bytecode->CastOperand<IndexedOperand>(1)->index; in Visit()
358 const auto& regs = bytecode->CastOperand<VRegList>(0)->registers; in Visit()
359 dex::u4 B = bytecode->CastOperand<IndexedOperand>(1)->index; in Visit()
379 auto vreg_range = bytecode->CastOperand<VRegRange>(0); in Visit()
381 dex::u4 B = bytecode->CastOperand<IndexedOperand>(1)->index; in Visit()
397 dex::u8 B = bytecode->CastOperand<Const64>(1)->u.u8_value; in Visit()
410 dex::u4 B = bytecode->CastOperand<Const32>(1)->u.u4_value >> 16; in Visit()
417 dex::u4 B = bytecode->CastOperand<Const64>(1)->u.u8_value >> 48; in Visit()