Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dregion-inl.h136 auto addrPtr = reinterpret_cast<uintptr_t>(address); in AtomicMark() local
145 auto addrPtr = reinterpret_cast<uintptr_t>(address); in NonAtomicMark() local
153 auto addrPtr = reinterpret_cast<uintptr_t>(address); in ClearMark() local
160 auto addrPtr = reinterpret_cast<uintptr_t>(addr); in Test() local
164 inline bool Region::Test(uintptr_t addrPtr) const in Test()
/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()