Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dprofile-generator.h144 bool is_ref_counted() const { return RefCountedField::decode(bit_field_); } in is_ref_counted() function
217 DCHECK(is_ref_counted()); in AddRef()
224 DCHECK(is_ref_counted()); in DecRef()
Dprofile-generator.cc780 if (entry->is_ref_counted()) entry->AddRef(); in AddRef()
784 if (entry->is_ref_counted() && entry->DecRef() == 0) { in DecRef()