Home
last modified time | relevance | path

Searched refs:GetIndexedOperand (Results 1 – 2 of 2) sorted by relevance

/tools/dexter/slicer/
Dcode_ir.cc536 instr->operands.push_back(GetIndexedOperand(index_type, dex_instr.vC)); in DecodeBytecode()
542 instr->operands.push_back(GetIndexedOperand(index_type, dex_instr.vB)); in DecodeBytecode()
553 instr->operands.push_back(GetIndexedOperand(index_type, dex_instr.vB)); in DecodeBytecode()
560 instr->operands.push_back(GetIndexedOperand(index_type, dex_instr.vB)); in DecodeBytecode()
594 IndexedOperand* CodeIr::GetIndexedOperand(dex::InstructionIndexType index_type, in GetIndexedOperand() function in lir::CodeIr
/tools/dexter/slicer/export/slicer/
Dcode_ir.h443 IndexedOperand* GetIndexedOperand(dex::InstructionIndexType index_type, dex::u4 index);