Searched refs:RootIndexMap (Results 1 – 10 of 10) sorted by relevance
55 class RootIndexMap {57 explicit RootIndexMap(Isolate* isolate);69 DISALLOW_COPY_AND_ASSIGN(RootIndexMap);
13 RootIndexMap::RootIndexMap(Isolate* isolate) { in RootIndexMap() function in v8::internal::RootIndexMap
138 root_index_map_ = new RootIndexMap(isolate); in CanonicalHandleScope()161 if (index != RootIndexMap::kInvalidRootIndex) { in Lookup()
245 class RootIndexMap; variable263 RootIndexMap* root_index_map_;
239 RootIndexMap* root_index_map() { return &root_index_map_; } in root_index_map()248 RootIndexMap root_index_map_;
99 if (root_index != RootIndexMap::kInvalidRootIndex) { in SerializeObject()
63 if (root_index != RootIndexMap::kInvalidRootIndex) { in SerializeObject()
40 if (root_index != RootIndexMap::kInvalidRootIndex) { in SerializeObject()
130 if (root_index != RootIndexMap::kInvalidRootIndex) { in SerializeObject()
746 if (current != start && root_index != RootIndexMap::kInvalidRootIndex && in VisitPointers()