Searched refs:index_type (Results 1 – 4 of 4) sorted by relevance
457 auto index_type = dex::GetIndexTypeFromOpcode(dex_instr.opcode); in DecodeBytecode() local536 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() argument597 switch (index_type) { in GetIndexedOperand()611 SLICER_FATAL("Unexpected index type 0x%02x", index_type); in GetIndexedOperand()
47 return gInstructionDescriptors[opcode].index_type; in GetIndexTypeFromOpcode()
183 InstructionIndexType index_type; member
443 IndexedOperand* GetIndexedOperand(dex::InstructionIndexType index_type, dex::u4 index);