Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-inlining.cc164 CopyVisitor(Graph* source_graph, Graph* target_graph, Zone* temp_zone) in CopyVisitor() argument
165 : copies_(source_graph->NodeCount(), NULL, temp_zone), in CopyVisitor()
166 sentinels_(source_graph->NodeCount(), NULL, temp_zone), in CopyVisitor()
167 source_graph_(source_graph), in CopyVisitor()