Home
last modified time | relevance | path

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

/art/compiler/dex/
Dtype_inference_test.cc686 EXPECT_FALSE(cu_.mir_graph->PuntToInterpreter()); in TEST_F()
741 EXPECT_FALSE(cu_.mir_graph->PuntToInterpreter()); in TEST_F()
809 EXPECT_FALSE(cu_.mir_graph->PuntToInterpreter()); in TEST_F()
876 EXPECT_FALSE(cu_.mir_graph->PuntToInterpreter()); in TEST_F()
943 EXPECT_FALSE(cu_.mir_graph->PuntToInterpreter()); in TEST_F()
1010 EXPECT_FALSE(cu_.mir_graph->PuntToInterpreter()); in TEST_F()
1036 EXPECT_FALSE(cu_.mir_graph->PuntToInterpreter()); in TEST_F()
1062 EXPECT_FALSE(cu_.mir_graph->PuntToInterpreter()); in TEST_F()
1090 EXPECT_FALSE(cu_.mir_graph->PuntToInterpreter()); in TEST_F()
1118 EXPECT_FALSE(cu_.mir_graph->PuntToInterpreter()); in TEST_F()
[all …]
Dmir_analysis.cc1115 if (PuntToInterpreter()) { in SkipCompilation()
Dmir_graph.h1151 bool PuntToInterpreter() { in PuntToInterpreter() function
/art/compiler/dex/quick/
Dquick_compiler.cc753 if (cu.mir_graph->PuntToInterpreter()) { in Compile()