Home
last modified time | relevance | path

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

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