Home
last modified time | relevance | path

Searched refs:deprecation_dependencies_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
Dlithium.cc274 deprecation_dependencies_(MapLess(), MapAllocator(info->zone())), in LChunk()
414 for (MapSet::const_iterator it = deprecation_dependencies_.begin(), in CommitDependencies()
415 iend = deprecation_dependencies_.end(); it != iend; ++it) { in CommitDependencies()
Dlithium.h657 deprecation_dependencies_.insert(map); in AddDeprecationDependency()
694 MapSet deprecation_dependencies_; variable