Searched refs:GetMaximumOpcodeByteSize (Results 1 – 8 of 8) sorted by relevance
304 GetMaximumOpcodeByteSize() const;
472 const uint32_t max_op_byte_size = m_arch.GetMaximumOpcodeByteSize(); in instruction_length()
132 const uint32_t max_op_byte_size = arch.GetMaximumOpcodeByteSize(); in Decode()
1128 const addr_t byte_size = num_instructions * m_arch.GetMaximumOpcodeByteSize(); in ParseInstructions()
717 ArchSpec::GetMaximumOpcodeByteSize() const in GetMaximumOpcodeByteSize() function in ArchSpec
154 byte_size_value = target->GetArchitecture().GetMaximumOpcodeByteSize(); in FinalizeSettings()
1428 pc_range.SetByteSize(disasm_lines * target_arch.GetMaximumOpcodeByteSize()); in GetStatus()
2308 … DataBufferHeap data (target_sp->GetArchitecture().GetMaximumOpcodeByteSize() * count, 0); in ReadInstructions()