Searched refs:GetCachedNodes (Results 1 – 7 of 7) sorted by relevance
24 void CommonNodeCache::GetCachedNodes(ZoneVector<Node*>* nodes) { in GetCachedNodes() function in v8::internal::compiler::CommonNodeCache25 int32_constants_.GetCachedNodes(nodes); in GetCachedNodes()26 int64_constants_.GetCachedNodes(nodes); in GetCachedNodes()27 float32_constants_.GetCachedNodes(nodes); in GetCachedNodes()28 float64_constants_.GetCachedNodes(nodes); in GetCachedNodes()29 external_constants_.GetCachedNodes(nodes); in GetCachedNodes()30 number_constants_.GetCachedNodes(nodes); in GetCachedNodes()31 heap_constants_.GetCachedNodes(nodes); in GetCachedNodes()32 relocatable_int32_constants_.GetCachedNodes(nodes); in GetCachedNodes()33 relocatable_int64_constants_.GetCachedNodes(nodes); in GetCachedNodes()
131 void JSGraph::GetCachedNodes(NodeVector* nodes) { in GetCachedNodes() function in v8::internal::compiler::JSGraph132 cache_.GetCachedNodes(nodes); in GetCachedNodes()
47 void GetCachedNodes(ZoneVector<Node*>* nodes);
70 void GetCachedNodes(ZoneVector<Node*>* nodes);
86 void GetCachedNodes(NodeVector* nodes);
103 void NodeCache<Key, Hash, Pred>::GetCachedNodes(ZoneVector<Node*>* nodes) { in GetCachedNodes() function in v8::internal::compiler::NodeCache
1244 data->jsgraph()->GetCachedNodes(&roots); in Run()1269 data->jsgraph()->GetCachedNodes(&roots); in Run()1369 data->jsgraph()->GetCachedNodes(&roots); in Run()1472 data->jsgraph()->GetCachedNodes(&roots); in Run()1526 data->jsgraph()->GetCachedNodes(&roots); in Run()1575 data->jsgraph()->GetCachedNodes(&roots); in Run()1620 data->jsgraph()->GetCachedNodes(&roots); in Run()1632 data->jsgraph()->GetCachedNodes(&roots); in Run()