Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dwrite-barrier.h198 const bool within_cage = CagedHeapBase::IsWithinCage(value); in GetNoSlot() local
199 if (!within_cage) return WriteBarrier::Type::kNone; in GetNoSlot()
245 const bool within_cage = CagedHeapBase::AreWithinCage(slot, value); in BarrierEnabledGet() local
246 if (!within_cage) return WriteBarrier::Type::kNone; in BarrierEnabledGet()
/third_party/node/deps/v8/include/cppgc/internal/
H A Dwrite-barrier.h217 bool within_cage = TryGetCagedHeap(slot, value, params); in Get() local
218 if (!within_cage) { in Get()

Completed in 2 milliseconds