Home
last modified time | relevance | path

Searched refs:CheckPointerImpl (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/include/cppgc/internal/
Dpointer-policies.h56 void CheckPointerImpl(const void* ptr, bool points_to_payload,
77 policy->CheckPointerImpl(ptr, false, kCheckOffHeapAssignments); in Call()
84 policy->CheckPointerImpl(ptr, IsGarbageCollectedTypeV<T>,
/third_party/node/deps/v8/src/heap/cppgc/
Dpointer-policies.cc33 void SameThreadEnabledCheckingPolicyBase::CheckPointerImpl( in CheckPointerImpl() function in cppgc::internal::SameThreadEnabledCheckingPolicyBase