Searched refs:GetRegA (Results 1 – 3 of 3) sorted by relevance
/tools/dexter/slicer/ |
D | bytecode_encoder.cc | 98 static dex::u4 GetRegA(const Bytecode* bytecode, int index) { in GetRegA() function 152 dex::u4 vA = GetRegA(bytecode, 0); in Visit() 160 dex::u4 vA = GetRegA(bytecode, 0); in Visit() 169 dex::u4 vA = GetRegA(bytecode, 0); in Visit() 179 dex::u4 vA = GetRegA(bytecode, 0); in Visit() 187 dex::u4 vA = GetRegA(bytecode, 0); in Visit() 196 dex::u4 vA = GetRegA(bytecode, 0); in Visit() 203 dex::u4 vA = GetRegA(bytecode, 0); in Visit() 247 dex::u4 vA = GetRegA(bytecode, 0); in Visit() 265 dex::u4 vA = GetRegA(bytecode, 0); in Visit() [all …]
|
D | code_ir.cc | 423 Operand* CodeIr::GetRegA(const dex::Instruction& dex_instr) { in GetRegA() function in lir::CodeIr 465 instr->operands.push_back(GetRegA(dex_instr)); in DecodeBytecode() 472 instr->operands.push_back(GetRegA(dex_instr)); in DecodeBytecode() 477 instr->operands.push_back(GetRegA(dex_instr)); in DecodeBytecode() 492 instr->operands.push_back(GetRegA(dex_instr)); in DecodeBytecode() 512 instr->operands.push_back(GetRegA(dex_instr)); in DecodeBytecode() 519 instr->operands.push_back(GetRegA(dex_instr)); in DecodeBytecode() 527 instr->operands.push_back(GetRegA(dex_instr)); in DecodeBytecode() 533 instr->operands.push_back(GetRegA(dex_instr)); in DecodeBytecode() 540 instr->operands.push_back(GetRegA(dex_instr)); in DecodeBytecode() [all …]
|
/tools/dexter/slicer/export/slicer/ |
D | code_ir.h | 462 Operand* GetRegA(const dex::Instruction& dex_instr);
|