Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination_test.cc1852 HInstruction* ret_get1 = in TEST_F() local
1856 HInstruction* ret_add = new (GetAllocator()) HAdd(DataType::Type::kInt32, ret_get1, ret_get2); in TEST_F()
1859 ret->AddInstruction(ret_get1); in TEST_F()
1874 EXPECT_INS_RETAINED(ret_get1); in TEST_F()