Home
last modified time | relevance | path

Searched refs:GetPointer (Results 1 – 5 of 5) sorted by relevance

/frameworks/libs/binary_translation/runtime_primitives/
Dtable_of_tables_test.cc35 TEST(TableOfTables, GetPointer) { in TEST() argument
38 auto* addr = tot.GetPointer(25); in TEST()
59 auto* addr = tot->GetPointer(page | (base + 5)); in TEST()
/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dtranslation_cache.h171 return address_map_.GetPointer(pc); in GetHostCodePtr()
187 return address_map_.GetPointer(pc); in GetHostCodePtrWritable()
Dtable_of_tables.h80 [[nodiscard]] std::atomic<T>* GetPointer(Key key) { in GetPointer() function
/frameworks/base/cmds/idmap2/idmap2d/
DIdmap2Service.h104 WARN_UNUSED static const T* GetPointer(const MaybeUniquePtr<T>& ptr);
108 const T* Idmap2Service::GetPointer(const MaybeUniquePtr<T>& ptr) { in GetPointer() function
DIdmap2Service.cpp140 header->IsUpToDate(*GetPointer(*target), **overlay, overlay_name, in verifyIdmap()
184 const auto idmap = Idmap::FromContainers(*GetPointer(*target), **overlay, overlay_name, in createIdmap()