Home
last modified time | relevance | path

Searched refs:instruction_list (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Target/
DThreadPlanTracer.cpp216 InstructionList &instruction_list = disassembler->GetInstructionList(); in Log() local
217 const uint32_t max_opcode_byte_size = instruction_list.GetMaxOpcocdeByteSize(); in Log()
219 if (instruction_list.GetSize()) in Log()
223 Instruction *instruction = instruction_list.GetInstructionAtIndex(0).get(); in Log()
/external/lldb/source/Expression/
DIRExecutionUnit.cpp207 InstructionList &instruction_list = disassembler_sp->GetInstructionList(); in DisassembleFunction() local
208 const uint32_t max_opcode_byte_size = instruction_list.GetMaxOpcocdeByteSize(); in DisassembleFunction()
210 for (size_t instruction_index = 0, num_instructions = instruction_list.GetSize(); in DisassembleFunction()
214 Instruction *instruction = instruction_list.GetInstructionAtIndex(instruction_index).get(); in DisassembleFunction()