Home
last modified time | relevance | path

Searched defs:instructions (Results 1 – 7 of 7) sorted by relevance

/tools/dexter/slicer/export/slicer/
Dtryblocks_encoder.h33 explicit TryBlocksEncoder(const InstructionsList& instructions) in TryBlocksEncoder()
Ddebuginfo_encoder.h36 explicit DebugInfoEncoder(const InstructionsList& instructions) in DebugInfoEncoder()
Dbytecode_encoder.h32 explicit BytecodeEncoder(const InstructionsList& instructions) in BytecodeEncoder()
Dcode_ir.h398 InstructionsList instructions; member
Ddex_ir.h232 slicer::ArrayView<const dex::u2> instructions; member
/tools/dexter/slicer/
Dcode_ir.cc294 static void MergeInstructions(I_LIST& instructions, const E_LIST& extra) { in MergeInstructions()
Dwriter.cc815 void Writer::WriteInstructions(slicer::ArrayView<const dex::u2> instructions) { in WriteInstructions()