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

  /external/v8/src/
context-measure.h 33 RootIndexMap root_index_map_; member in class:v8::internal::ContextMeasure
context-measure.cc 16 root_index_map_(context->GetIsolate()),
41 if (root_index_map_.Lookup(object) != RootIndexMap::kInvalidRootIndex) return;
handles.cc 126 root_index_map_ = new RootIndexMap(isolate);
134 delete root_index_map_;
148 int index = root_index_map_->Lookup(HeapObject::cast(object));
handles.h 354 RootIndexMap* root_index_map_; member in class:v8::internal::final
isolate.cc     [all...]
  /external/v8/src/snapshot/
partial-serializer.cc 63 int root_index = root_index_map_.Lookup(obj);
startup-serializer.cc 56 int root_index = root_index_map_.Lookup(obj);
serializer.h 133 RootIndexMap* root_index_map() { return &root_index_map_; }
231 RootIndexMap root_index_map_; member in class:v8::internal::Serializer
code-serializer.cc 66 int root_index = root_index_map_.Lookup(obj);
serializer.cc 18 root_index_map_(isolate),

Completed in 132 milliseconds