Searched refs:root_index_map_ (Results 1 – 10 of 10) sorted by relevance
16 root_index_map_(context->GetIsolate()), in ContextMeasure()41 if (root_index_map_.Lookup(object) != RootIndexMap::kInvalidRootIndex) return; in MeasureObject()
126 root_index_map_ = new RootIndexMap(isolate); in CanonicalHandleScope()134 delete root_index_map_; in ~CanonicalHandleScope()148 int index = root_index_map_->Lookup(HeapObject::cast(object)); in Lookup()
33 RootIndexMap root_index_map_; variable
354 RootIndexMap* root_index_map_; variable
2440 delete root_index_map_; in Throw()2441 root_index_map_ = NULL; in Throw()
133 RootIndexMap* root_index_map() { return &root_index_map_; } in root_index_map()231 RootIndexMap root_index_map_; variable
63 int root_index = root_index_map_.Lookup(obj); in SerializeObject()
56 int root_index = root_index_map_.Lookup(obj); in SerializeObject()
66 int root_index = root_index_map_.Lookup(obj); in SerializeObject()
18 root_index_map_(isolate), in Serializer()