Home
last modified time | relevance | path

Searched refs:root_index_map_ (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/handles/
Dhandles.cc162 root_index_map_ = new RootIndexMap(isolate); in CanonicalHandleScope()
169 delete root_index_map_; in ~CanonicalHandleScope()
188 if (root_index_map_->Lookup(object, &root_index)) { in Lookup()
Dhandles.h309 RootIndexMap* root_index_map_; variable
/third_party/node/deps/v8/src/snapshot/
Dserializer.h305 const RootIndexMap* root_index_map() const { return &root_index_map_; } in root_index_map()
375 RootIndexMap root_index_map_; variable
Dserializer.cc35 root_index_map_(isolate), in Serializer()
/third_party/node/deps/v8/src/compiler/
Djs-heap-broker.h266 if (root_index_map_.Lookup(address, &root_index)) { in DEFINE_OPERATORS_FOR_FLAGS()
438 RootIndexMap root_index_map_; in DEFINE_OPERATORS_FOR_FLAGS() local
Djs-heap-broker.cc59 root_index_map_(isolate), in JSHeapBroker()
/third_party/node/deps/v8/src/execution/
Disolate.cc3482 delete root_index_map_; in ThrowInternal()
3483 root_index_map_ = nullptr; in ThrowInternal()