Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
Dcompiler_graph_test.cpp488 EXPECT_FALSE(graph1.SupportManagedCode());
504 EXPECT_TRUE(!mode.SupportManagedCode());
507 EXPECT_TRUE(!mode1.SupportManagedCode());
511 EXPECT_TRUE(!graph_mode.SupportManagedCode());
514 EXPECT_TRUE(!graph_mode1.SupportManagedCode());
517 EXPECT_FALSE(graph.SupportManagedCode());
525 EXPECT_TRUE(graph1.SupportManagedCode());
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.h83 bool SupportManagedCode() const in SupportManagedCode() function
898 bool SupportManagedCode() const in SupportManagedCode() function
900 return mode_.SupportManagedCode(); in SupportManagedCode()
919 if (SupportManagedCode()) { in GetCompilerMode()
Dgraph_checker.cpp439 if (options.IsCompilerUseSafepoint() && GetGraph()->SupportManagedCode()) { in CheckLoops()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dlowering.cpp83 ASSERT(!graph->SupportManagedCode() || graph->IsDynamicMethod()); in LowerIf()