Home
last modified time | relevance | path

Searched defs:addrPtr (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dregion-inl.h142 auto addrPtr = reinterpret_cast<uintptr_t>(address); in AtomicMark() local
150 auto addrPtr = reinterpret_cast<uintptr_t>(address); in NonAtomicMark() local
158 auto addrPtr = reinterpret_cast<uintptr_t>(address); in ClearMark() local
165 auto addrPtr = reinterpret_cast<uintptr_t>(addr); in Test() local
169 inline bool Region::Test(uintptr_t addrPtr) const in Test()
Djit_fort.h203 auto addrPtr = reinterpret_cast<uintptr_t>(address); in AtomicMark() local
/arkcompiler/runtime_core/static_core/verification/util/
Daddr_map.h61 bool Mark(const void *addrPtr) in Mark()
76 bool Clear(const void *addrPtr) in Clear()
86 bool HasMark(const void *addrPtr) const in HasMark()