Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc1090 SetGraph(nullptr); in DisconnectAndDelete()
1140 other->SetGraph(nullptr); in MergeWith()
1323 current->SetGraph(outer_graph); in InlineInto()
1336 to->SetGraph(outer_graph); in InlineInto()
Dnodes.h534 void SetGraph(HGraph* graph) { graph_ = graph; } in SetGraph() function