Home
last modified time | relevance | path

Searched refs:g_heap_base_ (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dcaged-heap.h28 CPPGC_DCHECK(g_heap_base_); in IsWithinCage()
31 g_heap_base_; in IsWithinCage()
42 CPPGC_DCHECK(g_heap_base_); in AreWithinCage()
43 return !(((reinterpret_cast<uintptr_t>(addr1) ^ g_heap_base_) | in AreWithinCage()
44 (reinterpret_cast<uintptr_t>(addr2) ^ g_heap_base_)) >> in AreWithinCage()
48 V8_INLINE static uintptr_t GetBase() { return g_heap_base_; } in GetBase()
53 static uintptr_t g_heap_base_; member in cppgc::internal::CagedHeapBase

Completed in 1 milliseconds