Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dcode_ir.cc457 auto index_type = dex::GetIndexTypeFromOpcode(dex_instr.opcode); in DecodeBytecode() local
536 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() argument
597 switch (index_type) { in GetIndexedOperand()
611 SLICER_FATAL("Unexpected index type 0x%02x", index_type); in GetIndexedOperand()
Ddex_bytecode.cc47 return gInstructionDescriptors[opcode].index_type; in GetIndexTypeFromOpcode()
/tools/dexter/slicer/export/slicer/
Ddex_bytecode.h183 InstructionIndexType index_type; member
Dcode_ir.h443 IndexedOperand* GetIndexedOperand(dex::InstructionIndexType index_type, dex::u4 index);