Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dcode_ir.h125 struct Operand : public Node {}; struct
127 struct Const32 : public Operand {
139 struct Const64 : public Operand {
151 struct VReg : public Operand {
159 struct VRegPair : public Operand {
167 struct VRegList : public Operand {
173 struct VRegRange : public Operand {
182 struct IndexedOperand : public Operand {
220 struct CodeLocation : public Operand {
242 inline T* CastOperand(Operand* op) { in CastOperand()
[all …]
/tools/dexter/slicer/
Dcode_ir.cc424 Operand* CodeIr::GetRegA(const dex::Instruction& dex_instr) { in GetRegA()
433 Operand* CodeIr::GetRegB(const dex::Instruction& dex_instr) { in GetRegB()
442 Operand* CodeIr::GetRegC(const dex::Instruction& dex_instr) { in GetRegC()