Searched refs:GetPointer (Results 1 – 5 of 5) sorted by relevance
35 TEST(TableOfTables, GetPointer) { in TEST() argument38 auto* addr = tot.GetPointer(25); in TEST()59 auto* addr = tot->GetPointer(page | (base + 5)); in TEST()
171 return address_map_.GetPointer(pc); in GetHostCodePtr()187 return address_map_.GetPointer(pc); in GetHostCodePtrWritable()
80 [[nodiscard]] std::atomic<T>* GetPointer(Key key) { in GetPointer() function
104 WARN_UNUSED static const T* GetPointer(const MaybeUniquePtr<T>& ptr);108 const T* Idmap2Service::GetPointer(const MaybeUniquePtr<T>& ptr) { in GetPointer() function
140 header->IsUpToDate(*GetPointer(*target), **overlay, overlay_name, in verifyIdmap()184 const auto idmap = Idmap::FromContainers(*GetPointer(*target), **overlay, overlay_name, in createIdmap()