Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
Dcompiler_graph_test.cpp520 graph1.SetFastPath(false);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h647 void SetFastPath(bool arg) in SetFastPath() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_proepilog.cpp2094 proLog->SetFastPath(true); in Run()
2095 cgFunc.GetFirstBB()->SetFastPath(true); in Run()