Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Ddex_bytecode.h214 Instruction DecodeInstruction(const u2* bytecode);
/tools/dexter/slicer/
Ddex_bytecode.cc147 Instruction DecodeInstruction(const u2* bytecode) { in DecodeInstruction() function
Dbytecode_encoder.cc535 auto dex_instr = dex::DecodeInstruction(ptr); in FixupSwitchOffsets()
538 auto dex_instr = dex::DecodeInstruction(ptr); in FixupSwitchOffsets()
Dcode_ir.cc452 auto dex_instr = dex::DecodeInstruction(ptr); in DecodeBytecode()
Dreader.cc881 auto dex_instr = dex::DecodeInstruction(ptr); in ParseInstructions()