Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc1005 HInstruction* const_fence = new (GetAllocator()) HConstructorFence(new_inst, 0, GetAllocator()); in TEST_F() local
1012 main->AddInstruction(const_fence); in TEST_F()
1025 EXPECT_INS_REMOVED(const_fence); in TEST_F()
1056 HInstruction* const_fence = new (GetAllocator()) HConstructorFence(new_inst, 0, GetAllocator()); in TEST_F() local
1063 main->AddInstruction(const_fence); in TEST_F()
1076 EXPECT_INS_REMOVED(const_fence); in TEST_F()