Searched refs:GetMaximumOpcodeByteSize (Results 1 – 10 of 10) sorted by relevance
106 GetTarget().GetArchitecture().GetMaximumOpcodeByteSize(); in IsPlanStale()
512 arch.GetMaximumOpcodeByteSize()); in CalculateDisass()
1306 pc_range.SetByteSize(target_arch.GetMaximumOpcodeByteSize()); in GuessValueForAddress()
427 uint32_t GetMaximumOpcodeByteSize() const;
878 uint32_t max_op_byte_size = std::min(buffer_remaining_bytes, m_arch.GetMaximumOpcodeByteSize()); in instruction_length()
1090 byte_size *= m_arch.GetMaximumOpcodeByteSize(); in ParseInstructions()
137 byte_size_value = target->GetArchitecture().GetMaximumOpcodeByteSize(); in FinalizeSettings()
460 const uint32_t max_op_byte_size = arch.GetMaximumOpcodeByteSize(); in Decode()
934 uint32_t ArchSpec::GetMaximumOpcodeByteSize() const { in GetMaximumOpcodeByteSize() function in ArchSpec
2007 target_sp->GetArchitecture().GetMaximumOpcodeByteSize() * count, 0); in ReadInstructions()