Home
last modified time | relevance | path

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

/external/v8/src/
Dcontext-measure.cc16 root_index_map_(context->GetIsolate()), in ContextMeasure()
41 if (root_index_map_.Lookup(object) != RootIndexMap::kInvalidRootIndex) return; in MeasureObject()
Dhandles.cc127 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()
Dcontext-measure.h33 RootIndexMap root_index_map_; variable
Dhandles.h339 RootIndexMap* root_index_map_; variable
Disolate.cc1932 delete root_index_map_; in Deinit()
1933 root_index_map_ = NULL; in Deinit()
/external/v8/src/snapshot/
Dserialize.h483 RootIndexMap* root_index_map() { return &root_index_map_; } in root_index_map()
571 RootIndexMap root_index_map_; variable
Dserialize.cc1270 root_index_map_(isolate), in Serializer()
1674 int root_index = root_index_map_.Lookup(obj); in SerializeObject()
1770 int root_index = root_index_map_.Lookup(obj); in SerializeObject()
2364 int root_index = root_index_map_.Lookup(obj); in SerializeObject()