Searched refs:GetCachedNodes (Results 1 – 6 of 6) 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 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 …]
100 void JSGraph::GetCachedNodes(NodeVector* nodes) { in GetCachedNodes() function in v8::internal::compiler::JSGraph101 cache_.GetCachedNodes(nodes); in GetCachedNodes()
47 void GetCachedNodes(ZoneVector<Node*>* nodes) { in EXPORT_TEMPLATE_DECLARE()
86 void GetCachedNodes(ZoneVector<Node*>* nodes);
78 void GetCachedNodes(NodeVector* nodes);
1429 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()