Home
last modified time | relevance | path

Searched refs:GetRegB (Results 1 – 3 of 3) sorted by relevance

/tools/dexter/slicer/
Dbytecode_encoder.cc104 static dex::u4 GetRegB(const Bytecode* bytecode, int index) { in GetRegB() function
150 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()
Dcode_ir.cc433 Operand* CodeIr::GetRegB(const dex::Instruction& dex_instr) { in GetRegB() function in lir::CodeIr
467 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()
/tools/dexter/slicer/export/slicer/
Dcode_ir.h450 Operand* GetRegB(const dex::Instruction& dex_instr);