Home
last modified time | relevance | path

Searched refs:InstructionIndexType (Results 1 – 4 of 4) sorted by relevance

/tools/dexter/slicer/export/slicer/
Ddex_bytecode.h129 enum InstructionIndexType : u1 { enum
183 InstructionIndexType index_type;
194 InstructionIndexType GetIndexTypeFromOpcode(Opcode opcode);
Dcode_ir.h443 IndexedOperand* GetIndexedOperand(dex::InstructionIndexType index_type, dex::u4 index);
/tools/dexter/slicer/
Ddex_bytecode.cc46 InstructionIndexType GetIndexTypeFromOpcode(Opcode opcode) { in GetIndexTypeFromOpcode()
Dcode_ir.cc594 IndexedOperand* CodeIr::GetIndexedOperand(dex::InstructionIndexType index_type, in GetIndexedOperand()