Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-inlining.cc80 CopyVisitor(Graph* source_graph, Graph* target_graph, Zone* temp_zone) in CopyVisitor() argument
84 copies_(source_graph->NodeCount(), sentinel_, temp_zone), in CopyVisitor()
85 source_graph_(source_graph), in CopyVisitor()