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

  /external/v8/src/
map-updater.h 27 // - Search the root of the transition tree using FindRootMap.
77 // - Search the root of the transition tree using FindRootMap.
79 State FindRootMap();
map-updater.cc 127 if (FindRootMap() == kEnd) return result_map_;
138 if (FindRootMap() == kEnd) return result_map_;
149 if (FindRootMap() == kEnd) return result_map_;
218 MapUpdater::State MapUpdater::FindRootMap() {
221 root_map_ = handle(old_map_->FindRootMap(), isolate_);
403 // Given that we passed root modification check in FindRootMap() so
objects.cc     [all...]
objects.h     [all...]
  /external/v8/src/compiler/
js-native-context-specialization.cc     [all...]
  /external/v8/src/ast/
ast.h 264 if (at(i)->FindRootMap() != root_map) {
    [all...]
  /external/v8/src/heap/
heap.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]

Completed in 329 milliseconds