Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dbytecode_encoder.cc107 static dex::u4 GetRegB(const Bytecode* bytecode, int index) { in GetRegB() function
153 dex::u4 vB = GetRegB(bytecode, 1); in Visit()
161 dex::u4 vB = GetRegB(bytecode, 1); in Visit()
170 dex::u4 vB = GetRegB(bytecode, 1); in Visit()
266 dex::u4 vB = GetRegB(bytecode, 1); in Visit()
303 dex::u4 vB = GetRegB(bytecode, 1); in Visit()
313 dex::u4 vB = GetRegB(bytecode, 1); in Visit()
323 dex::u4 vB = GetRegB(bytecode, 1); in Visit()
333 dex::u4 vB = GetRegB(bytecode, 1); in Visit()
Dcode_ir.cc432 Operand* CodeIr::GetRegB(const dex::Instruction& dex_instr) { in GetRegB() function in lir::CodeIr
466 instr->operands.push_back(GetRegB(dex_instr)); in DecodeBytecode()
513 instr->operands.push_back(GetRegB(dex_instr)); in DecodeBytecode()
520 instr->operands.push_back(GetRegB(dex_instr)); in DecodeBytecode()
528 instr->operands.push_back(GetRegB(dex_instr)); in DecodeBytecode()
534 instr->operands.push_back(GetRegB(dex_instr)); in DecodeBytecode()
/tools/dexter/slicer/export/slicer/
Dcode_ir.h483 Operand* GetRegB(const dex::Instruction& dex_instr);