Searched refs:GetMaximumOpcodeByteSize (Results 1 – 10 of 10) sorted by relevance
106 GetTarget().GetArchitecture().GetMaximumOpcodeByteSize(); in IsPlanStale()
511 AddressRange range(symbol_info.address, arch.GetMaximumOpcodeByteSize()); in CalculateDisass()
1321 pc_range.SetByteSize(target_arch.GetMaximumOpcodeByteSize()); in GuessValueForAddress()
441 uint32_t GetMaximumOpcodeByteSize() const;
890 uint32_t max_op_byte_size = std::min(buffer_remaining_bytes, m_arch.GetMaximumOpcodeByteSize()); in instruction_length()
1086 byte_size *= m_arch.GetMaximumOpcodeByteSize(); in ParseInstructions()
137 byte_size_value = target->GetArchitecture().GetMaximumOpcodeByteSize(); in FinalizeSettings()
936 uint32_t ArchSpec::GetMaximumOpcodeByteSize() const { in GetMaximumOpcodeByteSize() function in ArchSpec
455 const uint32_t max_op_byte_size = arch.GetMaximumOpcodeByteSize(); in Decode()
1951 target_sp->GetArchitecture().GetMaximumOpcodeByteSize() * count, 0); in ReadInstructions()