Home | History | Annotate | Download | only in Core

Lines Matching refs:GetInstructionList

330             disasm_sp->GetInstructionList().Clear();
380 disasm_sp->GetInstructionList().Clear();
401 size_t num_instructions_found = disasm_ptr->GetInstructionList().GetSize();
406 const uint32_t max_opcode_byte_size = disasm_ptr->GetInstructionList().GetMaxOpcocdeByteSize ();
424 Instruction *inst = disasm_ptr->GetInstructionList().GetInstructionAtIndex (i).get();
1187 Disassembler::GetInstructionList ()
1193 Disassembler::GetInstructionList () const