Searched refs:GetRegA (Results 1 – 3 of 3) sorted by relevance
/tools/dexter/slicer/ |
D | bytecode_encoder.cc | 95 static dex::u4 GetRegA(const Bytecode* bytecode, int index) { in GetRegA() function 149 dex::u4 vA = GetRegA(bytecode, 0); in Visit() 157 dex::u4 vA = GetRegA(bytecode, 0); in Visit() 166 dex::u4 vA = GetRegA(bytecode, 0); in Visit() 176 dex::u4 vA = GetRegA(bytecode, 0); in Visit() 184 dex::u4 vA = GetRegA(bytecode, 0); in Visit() 193 dex::u4 vA = GetRegA(bytecode, 0); in Visit() 200 dex::u4 vA = GetRegA(bytecode, 0); in Visit() 244 dex::u4 vA = GetRegA(bytecode, 0); in Visit() 262 dex::u4 vA = GetRegA(bytecode, 0); in Visit() [all …]
|
D | code_ir.cc | 424 Operand* CodeIr::GetRegA(const dex::Instruction& dex_instr) { in GetRegA() function in lir::CodeIr 466 instr->operands.push_back(GetRegA(dex_instr)); in DecodeBytecode() 473 instr->operands.push_back(GetRegA(dex_instr)); in DecodeBytecode() 478 instr->operands.push_back(GetRegA(dex_instr)); in DecodeBytecode() 493 instr->operands.push_back(GetRegA(dex_instr)); in DecodeBytecode() 513 instr->operands.push_back(GetRegA(dex_instr)); in DecodeBytecode() 520 instr->operands.push_back(GetRegA(dex_instr)); in DecodeBytecode() 528 instr->operands.push_back(GetRegA(dex_instr)); in DecodeBytecode() 534 instr->operands.push_back(GetRegA(dex_instr)); in DecodeBytecode() 541 instr->operands.push_back(GetRegA(dex_instr)); in DecodeBytecode() [all …]
|
/tools/dexter/slicer/export/slicer/ |
D | code_ir.h | 449 Operand* GetRegA(const dex::Instruction& dex_instr);
|