Searched refs:GetRegB (Results 1 – 3 of 3) sorted by relevance
104 static dex::u4 GetRegB(const Bytecode* bytecode, int index) { in GetRegB() function150 dex::u4 vB = GetRegB(bytecode, 1); in Visit()158 dex::u4 vB = GetRegB(bytecode, 1); in Visit()167 dex::u4 vB = GetRegB(bytecode, 1); in Visit()263 dex::u4 vB = GetRegB(bytecode, 1); in Visit()300 dex::u4 vB = GetRegB(bytecode, 1); in Visit()310 dex::u4 vB = GetRegB(bytecode, 1); in Visit()320 dex::u4 vB = GetRegB(bytecode, 1); in Visit()330 dex::u4 vB = GetRegB(bytecode, 1); in Visit()
433 Operand* CodeIr::GetRegB(const dex::Instruction& dex_instr) { in GetRegB() function in lir::CodeIr467 instr->operands.push_back(GetRegB(dex_instr)); in DecodeBytecode()514 instr->operands.push_back(GetRegB(dex_instr)); in DecodeBytecode()521 instr->operands.push_back(GetRegB(dex_instr)); in DecodeBytecode()529 instr->operands.push_back(GetRegB(dex_instr)); in DecodeBytecode()535 instr->operands.push_back(GetRegB(dex_instr)); in DecodeBytecode()
450 Operand* GetRegB(const dex::Instruction& dex_instr);