Searched defs:instructions (Results 1 – 7 of 7) sorted by relevance
33 explicit TryBlocksEncoder(const InstructionsList& instructions) in TryBlocksEncoder()
36 explicit DebugInfoEncoder(const InstructionsList& instructions) in DebugInfoEncoder()
32 explicit BytecodeEncoder(const InstructionsList& instructions) in BytecodeEncoder()
398 InstructionsList instructions; member
232 slicer::ArrayView<const dex::u2> instructions; member
294 static void MergeInstructions(I_LIST& instructions, const E_LIST& extra) { in MergeInstructions()
815 void Writer::WriteInstructions(slicer::ArrayView<const dex::u2> instructions) { in WriteInstructions()