Searched refs:RootIndexMap (Results 1 – 6 of 6) sorted by relevance
55 class RootIndexMap {57 explicit RootIndexMap(Isolate* isolate);58 RootIndexMap(const RootIndexMap&) = delete;59 RootIndexMap& operator=(const RootIndexMap&) = delete;
14 RootIndexMap::RootIndexMap(Isolate* isolate) { in RootIndexMap() function in v8::internal::RootIndexMap41 bool RootIndexMap::Lookup(Address obj, RootIndex* out_root_list) const { in Lookup()
278 class RootIndexMap; variable309 RootIndexMap* root_index_map_;
162 root_index_map_ = new RootIndexMap(isolate); in CanonicalHandleScope()
305 const RootIndexMap* root_index_map() const { return &root_index_map_; } in root_index_map()375 RootIndexMap root_index_map_;
438 RootIndexMap root_index_map_; in DEFINE_OPERATORS_FOR_FLAGS()