Searched refs:instruction_list (Results 1 – 2 of 2) sorted by relevance
208 InstructionList &instruction_list = disassembler->GetInstructionList(); in Log() local209 const uint32_t max_opcode_byte_size = instruction_list.GetMaxOpcocdeByteSize(); in Log()211 if (instruction_list.GetSize()) in Log()215 Instruction *instruction = instruction_list.GetInstructionAtIndex(0).get(); in Log()
205 InstructionList &instruction_list = disassembler_sp->GetInstructionList(); in DisassembleFunction() local206 instruction_list.Dump(&stream, true, true, &exe_ctx); in DisassembleFunction()