Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Ddex_bytecode.h191 Instruction DecodeInstruction(const u2* bytecode);
/tools/dexter/slicer/
Ddex_bytecode.cc149 Instruction DecodeInstruction(const u2* bytecode) { in DecodeInstruction() function
Dbytecode_encoder.cc586 auto dex_instr = dex::DecodeInstruction(ptr); in FixupSwitchOffsets()
589 auto dex_instr = dex::DecodeInstruction(ptr); in FixupSwitchOffsets()
Dcode_ir.cc451 auto dex_instr = dex::DecodeInstruction(ptr); in DecodeBytecode()
Dreader.cc882 auto dex_instr = dex::DecodeInstruction(ptr); in ParseInstructions()