Home
last modified time | relevance | path

Searched refs:root_index_map_ (Results 1 – 10 of 10) 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.cc126 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.h354 RootIndexMap* root_index_map_; variable
Disolate.cc2440 delete root_index_map_; in Throw()
2441 root_index_map_ = NULL; in Throw()
/external/v8/src/snapshot/
Dserializer.h133 RootIndexMap* root_index_map() { return &root_index_map_; } in root_index_map()
231 RootIndexMap root_index_map_; variable
Dpartial-serializer.cc63 int root_index = root_index_map_.Lookup(obj); in SerializeObject()
Dstartup-serializer.cc56 int root_index = root_index_map_.Lookup(obj); in SerializeObject()
Dcode-serializer.cc66 int root_index = root_index_map_.Lookup(obj); in SerializeObject()
Dserializer.cc18 root_index_map_(isolate), in Serializer()