Home
last modified time | relevance | path

Searched defs:index_type (Results 1 – 2 of 2) sorted by relevance

/tools/dexter/slicer/
Dcode_ir.cc456 auto index_type = dex::GetIndexTypeFromOpcode(dex_instr.opcode); in DecodeBytecode() local
628 IndexedOperand* CodeIr::GetIndexedOperand(dex::InstructionIndexType index_type, in GetIndexedOperand()
657 IndexedOperand* CodeIr::GetSecondIndexedOperand(dex::InstructionIndexType index_type, in GetSecondIndexedOperand()
/tools/dexter/slicer/export/slicer/
Ddex_bytecode.h160 InstructionIndexType index_type; member