Searched defs:LICMTest (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dlicm_test.cc29 class LICMTest : public CommonCompilerTest { class in namespace:art
31 LICMTest() : pool_(), allocator_(&pool_) { function in class:art::LICMTest
35 ~LICMTest() { }
107 TEST_F(LICMTest, FieldHoisting) {
134 TEST_F(LICMTest, NoFieldHoisting) {
168 TEST_F(LICMTest, ArrayHoisting) {
188 TEST_F(LICMTest, NoArrayHoisting) {

Completed in 122 milliseconds