HomeSort by relevance Sort by last modified time
    Searched refs:root_index_map_ (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
handles.cc 138 root_index_map_ = new RootIndexMap(isolate);
146 delete root_index_map_;
160 int index = root_index_map_->Lookup(HeapObject::cast(object));
handles.h 263 RootIndexMap* root_index_map_; member in class:v8::internal::final
isolate.cc     [all...]
  /external/v8/src/snapshot/
serializer.h 239 RootIndexMap* root_index_map() { return &root_index_map_; }
248 RootIndexMap root_index_map_; member in class:v8::internal::Serializer
serializer.cc 25 root_index_map_(isolate),
    [all...]

Completed in 3310 milliseconds