Home
last modified time | relevance | path

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

/external/v8/src/
Dhandles.cc138 root_index_map_ = new RootIndexMap(isolate); in CanonicalHandleScope()
146 delete root_index_map_; in ~CanonicalHandleScope()
160 int index = root_index_map_->Lookup(HeapObject::cast(object)); in Lookup()
Dhandles.h263 RootIndexMap* root_index_map_; variable
Disolate.cc2683 delete root_index_map_; in Throw()
2684 root_index_map_ = nullptr; in Throw()
/external/v8/src/snapshot/
Dserializer.h239 RootIndexMap* root_index_map() { return &root_index_map_; } in root_index_map()
248 RootIndexMap root_index_map_; variable
Dserializer.cc25 root_index_map_(isolate), in Serializer()