Searched refs:SupportManagedCode (Results 1 – 4 of 4) sorted by relevance
488 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());
83 bool SupportManagedCode() const in SupportManagedCode() function898 bool SupportManagedCode() const in SupportManagedCode() function900 return mode_.SupportManagedCode(); in SupportManagedCode()919 if (SupportManagedCode()) { in GetCompilerMode()
439 if (options.IsCompilerUseSafepoint() && GetGraph()->SupportManagedCode()) { in CheckLoops()
83 ASSERT(!graph->SupportManagedCode() || graph->IsDynamicMethod()); in LowerIf()