Home
last modified time | relevance | path

Searched refs:strong_roots_entry_ (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/utils/
Didentity-map.cc27 DCHECK_NOT_NULL(strong_roots_entry_); in Clear()
28 heap_->UnregisterStrongRoots(strong_roots_entry_); in Clear()
32 strong_roots_entry_ = nullptr; in Clear()
208 strong_roots_entry_ = in InsertEntry()
323 DCHECK_NOT_NULL(strong_roots_entry_); in Resize()
324 heap_->UpdateStrongRoots(strong_roots_entry_, FullObjectSlot(keys_), in Resize()
Didentity-map.h52 strong_roots_entry_(nullptr), in IdentityMapBase()
92 StrongRootsEntry* strong_roots_entry_; variable
/third_party/node/deps/v8/src/snapshot/
Dserializer.h359 StrongRootsEntry* strong_roots_entry_; variable
Dserializer.cc1322 strong_roots_entry_ = heap->RegisterStrongRoots( in HotObjectsList()
1327 heap_->UnregisterStrongRoots(strong_roots_entry_); in ~HotObjectsList()