Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Ddex_bytecode.h171 InstructionIndexType GetIndexTypeFromOpcode(Opcode opcode);
/tools/dexter/slicer/
Ddex_bytecode.cc48 InstructionIndexType GetIndexTypeFromOpcode(Opcode opcode) { in GetIndexTypeFromOpcode() function
Dcode_ir.cc456 auto index_type = dex::GetIndexTypeFromOpcode(dex_instr.opcode); in DecodeBytecode()
Dreader.cc909 switch (GetIndexTypeFromOpcode(dex_instr.opcode)) { in ParseInstructions()
Dwriter.cc859 switch (dex::GetIndexTypeFromOpcode(opcode)) { in WriteInstructions()