Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
Dunit_test.h201 graph_->SetRuntime(&runtime_); in GraphTest()
213 graph_->SetRuntime(&runtime_); in ResetGraph()
244 graph->SetRuntime(this); in CreateGraph()
251 graph->SetRuntime(this); in CreateGraphOsr()
259 graph->SetRuntime(GetDefaultRuntime()); in CreateGraphWithDefaultRuntime()
266 graph->SetRuntime(GetDefaultRuntime()); in CreateGraphDynWithDefaultRuntime()
275 graph->SetRuntime(GetDefaultRuntime()); in CreateGraphOsrWithDefaultRuntime()
Daot_test.cpp190 aot_builder.SetRuntime(&iruntime); in TEST_F()
533 aot_builder.SetRuntime(&iruntime); in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.h805 void SetRuntime(RuntimeInterface *runtime) in SetRuntime() function