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

  /external/v8/src/compiler/
common-node-cache.cc 14 Node** CommonNodeCache::FindExternalConstant(ExternalReference value) {
19 Node** CommonNodeCache::FindHeapConstant(Handle<HeapObject> value) {
24 void CommonNodeCache::GetCachedNodes(ZoneVector<Node*>* nodes) {
common-node-cache.h 23 class CommonNodeCache final {
25 explicit CommonNodeCache(Zone* zone) : zone_(zone) {}
26 ~CommonNodeCache() {}
87 DISALLOW_COPY_AND_ASSIGN(CommonNodeCache);
js-graph.h 194 CommonNodeCache cache_;

Completed in 480 milliseconds