Home
last modified time | relevance | path

Searched refs:RootIndexMap (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/utils/
Daddress-map.h55 class RootIndexMap {
57 explicit RootIndexMap(Isolate* isolate);
58 RootIndexMap(const RootIndexMap&) = delete;
59 RootIndexMap& operator=(const RootIndexMap&) = delete;
Daddress-map.cc14 RootIndexMap::RootIndexMap(Isolate* isolate) { in RootIndexMap() function in v8::internal::RootIndexMap
41 bool RootIndexMap::Lookup(Address obj, RootIndex* out_root_list) const { in Lookup()
/third_party/node/deps/v8/src/handles/
Dhandles.h278 class RootIndexMap; variable
309 RootIndexMap* root_index_map_;
Dhandles.cc162 root_index_map_ = new RootIndexMap(isolate); in CanonicalHandleScope()
/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_;
/third_party/node/deps/v8/src/compiler/
Djs-heap-broker.h438 RootIndexMap root_index_map_; in DEFINE_OPERATORS_FOR_FLAGS()