Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc/
H A Dpointer-policies.cc98 PersistentRegion& StrongPersistentPolicy::GetPersistentRegion( in GetPersistentRegion() function in cppgc::internal::StrongPersistentPolicy
103 PersistentRegion& WeakPersistentPolicy::GetPersistentRegion( in GetPersistentRegion() function in cppgc::internal::WeakPersistentPolicy
109 StrongCrossThreadPersistentPolicy::GetPersistentRegion(const void* object) { in GetPersistentRegion() function in cppgc::internal::StrongCrossThreadPersistentPolicy
116 WeakCrossThreadPersistentPolicy::GetPersistentRegion(const void* object) { in GetPersistentRegion() function in cppgc::internal::WeakCrossThreadPersistentPolicy
/third_party/node/deps/v8/include/cppgc/
H A Dcross-thread-persistent.h93 this->GetPersistentRegion(old_value); in ~BasicCrossThreadPersistent()
122 CrossThreadPersistentRegion& region = this->GetPersistentRegion(raw); in BasicCrossThreadPersistent()
140 CrossThreadPersistentRegion& region = this->GetPersistentRegion(raw); in BasicCrossThreadPersistent()
366 this->GetPersistentRegion(old_value); in AssignUnsafe()
367 if (IsValid(ptr) && (&region == &this->GetPersistentRegion(ptr))) { in AssignUnsafe()
381 SetNode(this->GetPersistentRegion(ptr).AllocateNode(this, &Trace)); in AssignUnsafe()
390 this->GetPersistentRegion(old_value); in AssignSafe()
391 if (IsValid(ptr) && (&region == &this->GetPersistentRegion(ptr))) { in AssignSafe()
401 SetNode(this->GetPersistentRegion(ptr).AllocateNode(this, &Trace)); in AssignSafe()
407 WeaknessPolicy::GetPersistentRegion(GetValueFromG in ClearFromGC()
[all...]
H A Dpersistent.h80 SetNode(WeaknessPolicy::GetPersistentRegion(GetValue()) in BasicPersistent()
201 WeaknessPolicy::GetPersistentRegion(GetValue()).FreeNode(GetNode()); in Clear()
244 WeaknessPolicy::GetPersistentRegion(GetValue()).FreeNode(GetNode()); in Assign()
249 SetNode(WeaknessPolicy::GetPersistentRegion(GetValue()) in Assign()
256 WeaknessPolicy::GetPersistentRegion(GetValue()).FreeNode(GetNode()); in ClearFromGC()
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dcross-thread-persistent.h93 this->GetPersistentRegion(old_value); in ~BasicCrossThreadPersistent()
122 CrossThreadPersistentRegion& region = this->GetPersistentRegion(raw); in BasicCrossThreadPersistent()
140 CrossThreadPersistentRegion& region = this->GetPersistentRegion(raw); in BasicCrossThreadPersistent()
367 this->GetPersistentRegion(old_value); in AssignUnsafe()
368 if (IsValid(ptr) && (&region == &this->GetPersistentRegion(ptr))) { in AssignUnsafe()
382 SetNode(this->GetPersistentRegion(ptr).AllocateNode(this, &TraceAsRoot)); in AssignUnsafe()
391 this->GetPersistentRegion(old_value); in AssignSafe()
392 if (IsValid(ptr) && (&region == &this->GetPersistentRegion(ptr))) { in AssignSafe()
402 SetNode(this->GetPersistentRegion(ptr).AllocateNode(this, &TraceAsRoot)); in AssignSafe()
408 WeaknessPolicy::GetPersistentRegion(GetValueFromG in ClearFromGC()
[all...]
H A Dpersistent.h77 SetNode(WeaknessPolicy::GetPersistentRegion(GetValue()) in BasicPersistent()
201 WeaknessPolicy::GetPersistentRegion(GetValue()).FreeNode(GetNode()); in Clear()
243 WeaknessPolicy::GetPersistentRegion(GetValue()).FreeNode(GetNode()); in Assign()
248 SetNode(WeaknessPolicy::GetPersistentRegion(GetValue()) in Assign()
255 WeaknessPolicy::GetPersistentRegion(GetValue()).FreeNode(GetNode()); in ClearFromGC()
/third_party/node/deps/v8/include/cppgc/internal/
H A Dpointer-policies.h149 static V8_EXPORT PersistentRegion& GetPersistentRegion(const void* object);
154 static V8_EXPORT PersistentRegion& GetPersistentRegion(const void* object);
159 static V8_EXPORT CrossThreadPersistentRegion& GetPersistentRegion(
165 static V8_EXPORT CrossThreadPersistentRegion& GetPersistentRegion(
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dpointer-policies.h205 static V8_EXPORT PersistentRegion& GetPersistentRegion(const void* object);
210 static V8_EXPORT PersistentRegion& GetPersistentRegion(const void* object);
215 static V8_EXPORT CrossThreadPersistentRegion& GetPersistentRegion(
221 static V8_EXPORT CrossThreadPersistentRegion& GetPersistentRegion(

Completed in 5 milliseconds