Searched refs:inliner (Results 1 – 9 of 9) sorted by relevance
1 Test whether inliner deduplicates constants.
1 Regression test for the inliner that used to crash while
21 # The type information is only used by recursive calls to the inliner and is26 ## CHECK-START: void TestCase.testInliner() inliner (after)
19 ## CHECK-START: int Smali.InlineWithControlFlow(boolean) inliner (before)28 ## CHECK-START: int Smali.InlineWithControlFlow(boolean) inliner (after)
22 ## CHECK-START: void TestCase.foo(java.lang.Object) inliner (after)
20 ## CHECK-START: int SmaliTests.$opt$noinline$foo(Main) inliner (after)
56 "optimizing/inliner.cc",
218 ## CHECK-START: int SmaliTests.longToIntOfBoolean() inliner (after)
2091 HInliner inliner(callee_graph, in RunOptimizations() local2102 inliner.Run(); in RunOptimizations()