Home
last modified time | relevance | path

Searched refs:GetDefaultRuntime (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
H A Dunit_test.h259 graph->SetRuntime(GetDefaultRuntime()); in CreateGraphWithDefaultRuntime()
266 graph->SetRuntime(GetDefaultRuntime()); in CreateGraphDynWithDefaultRuntime()
275 graph->SetRuntime(GetDefaultRuntime()); in CreateGraphOsrWithDefaultRuntime()
310 static RuntimeInterface *GetDefaultRuntime();
H A Dunit_test.cpp81 RuntimeInterface *PandaRuntimeTest::GetDefaultRuntime() in GetDefaultRuntime() function in panda::compiler::PandaRuntimeTest
83 return Graph::GetDefaultRuntime(); in GetDefaultRuntime()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dunit_test.cpp81 RuntimeInterface *PandaRuntimeTest::GetDefaultRuntime() in GetDefaultRuntime() function in ark::compiler::PandaRuntimeTest
83 return Graph::GetDefaultRuntime(); in GetDefaultRuntime()
H A Dunit_test.h349 graph->SetRuntime(GetDefaultRuntime()); in CreateGraphWithDefaultRuntime()
356 graph->SetRuntime(GetDefaultRuntime()); in CreateGraphDynWithDefaultRuntime()
367 graph->SetRuntime(GetDefaultRuntime()); in CreateGraphDynStubWithDefaultRuntime()
380 graph->SetRuntime(GetDefaultRuntime()); in CreateGraphOsrWithDefaultRuntime()
413 static RuntimeInterface *GetDefaultRuntime();
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph.h120 : Graph(allocator, local_allocator, arch, nullptr, GetDefaultRuntime(), osr_mode) in Graph()
125 : Graph(allocator, local_allocator, arch, nullptr, GetDefaultRuntime(), false, nullptr, dynamic_method, in Graph()
175 static RuntimeInterface *GetDefaultRuntime() in GetDefaultRuntime() function in panda::compiler::final
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph.h160 : Graph({allocator, localAllocator, arch, nullptr, GetDefaultRuntime()}, false) in Graph()
165 : Graph({allocator, localAllocator, arch, nullptr, GetDefaultRuntime()}, osrMode) in Graph()
170 : Graph({allocator, localAllocator, arch, nullptr, GetDefaultRuntime()}, nullptr, false, dynamicMethod, in Graph()
214 static RuntimeInterface *GetDefaultRuntime() in GetDefaultRuntime() function in ark::compiler::final

Completed in 7 milliseconds