Home
last modified time | relevance | path

Searched refs:GetCachedNodes (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dcommon-node-cache.cc24 void CommonNodeCache::GetCachedNodes(ZoneVector<Node*>* nodes) { in GetCachedNodes() function in v8::internal::compiler::CommonNodeCache
25 int32_constants_.GetCachedNodes(nodes); in GetCachedNodes()
26 int64_constants_.GetCachedNodes(nodes); in GetCachedNodes()
27 tagged_index_constants_.GetCachedNodes(nodes); in GetCachedNodes()
28 float32_constants_.GetCachedNodes(nodes); in GetCachedNodes()
29 float64_constants_.GetCachedNodes(nodes); in GetCachedNodes()
30 external_constants_.GetCachedNodes(nodes); in GetCachedNodes()
31 pointer_constants_.GetCachedNodes(nodes); in GetCachedNodes()
32 number_constants_.GetCachedNodes(nodes); in GetCachedNodes()
33 heap_constants_.GetCachedNodes(nodes); in GetCachedNodes()
[all …]
Djs-graph.cc100 void JSGraph::GetCachedNodes(NodeVector* nodes) { in GetCachedNodes() function in v8::internal::compiler::JSGraph
101 cache_.GetCachedNodes(nodes); in GetCachedNodes()
Dnode-cache.h47 void GetCachedNodes(ZoneVector<Node*>* nodes) { in EXPORT_TEMPLATE_DECLARE()
Dcommon-node-cache.h86 void GetCachedNodes(ZoneVector<Node*>* nodes);
Djs-graph.h78 void GetCachedNodes(NodeVector* nodes);
Dpipeline.cc1429 data->jsgraph()->GetCachedNodes(&roots); in DECL_PIPELINE_PHASE_CONSTANTS()
1440 data->jsgraph()->GetCachedNodes(&roots); in DECL_PIPELINE_PHASE_CONSTANTS()
1473 data->jsgraph()->GetCachedNodes(&roots); in DECL_PIPELINE_PHASE_CONSTANTS()
1601 data->jsgraph()->GetCachedNodes(&roots); in DECL_PIPELINE_PHASE_CONSTANTS()
1782 data->jsgraph()->GetCachedNodes(&roots); in DECL_PIPELINE_PHASE_CONSTANTS()
1835 data->jsgraph()->GetCachedNodes(&roots); in DECL_PIPELINE_PHASE_CONSTANTS()
1898 data->jsgraph()->GetCachedNodes(&roots); in DECL_PIPELINE_PHASE_CONSTANTS()