Home
last modified time | relevance | path

Searched refs:GetIndexTypeFromOpcode (Results 1 – 5 of 5) sorted by relevance

/tools/dexter/slicer/export/slicer/
Ddex_bytecode.h194 InstructionIndexType GetIndexTypeFromOpcode(Opcode opcode);
/tools/dexter/slicer/
Ddex_bytecode.cc46 InstructionIndexType GetIndexTypeFromOpcode(Opcode opcode) { in GetIndexTypeFromOpcode() function
Dcode_ir.cc457 auto index_type = dex::GetIndexTypeFromOpcode(dex_instr.opcode); in DecodeBytecode()
Dreader.cc901 switch (GetIndexTypeFromOpcode(dex_instr.opcode)) { in ParseInstructions()
Dwriter.cc852 switch (dex::GetIndexTypeFromOpcode(opcode)) { in WriteInstructions()