Searched refs:vC (Results 1 – 5 of 5) sorted by relevance
196 dec.vC = bytecode[1] >> 8; in DecodeInstruction()201 dec.vC = s1(bytecode[1] >> 8); // sign-extend 8-bit value in DecodeInstruction()207 dec.vC = s2(bytecode[1]); // sign-extend 16-bit value in DecodeInstruction()213 dec.vC = bytecode[1]; in DecodeInstruction()264 dec.vC = dec.arg[0] = regList & 0x0f; in DecodeInstruction()277 dec.vC = bytecode[2]; in DecodeInstruction()285 dec.vC = regList & 0xf; in DecodeInstruction()297 dec.vC = bytecode[2]; in DecodeInstruction()
445 return Alloc<VRegPair>(dex_instr.vC); in GetRegC()447 return Alloc<VReg>(dex_instr.vC); in GetRegC()522 auto label = GetLabel(offset + dex::s4(dex_instr.vC)); in DecodeBytecode()530 instr->operands.push_back(Alloc<Const32>(dex_instr.vC)); in DecodeBytecode()536 instr->operands.push_back(GetIndexedOperand(index_type, dex_instr.vC)); in DecodeBytecode()558 auto vreg_range = Alloc<VRegRange>(dex_instr.vC, dex_instr.vA); in DecodeBytecode()
301 dex::u4 vC = GetRegC(bytecode, 2); in Visit() local303 bytecode_.Push<dex::u2>(Pack_8_8(vC, vB)); in Visit()
894 index = dex_instr.vC; in ParseInstructions()
151 u4 vC; // the C field of the instruction member