Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc1415 HInvoke* right_value = MakeInvoke(DataType::Type::kInt32, { one_const }); in TEST_F() local
1417 new (GetAllocator()) HArraySet(alloc_w, zero_const, right_value, DataType::Type::kInt32, 0); in TEST_F()
1421 right->AddInstruction(right_value); in TEST_F()
1425 ManuallyBuildEnvFor(right_value, { alloc_w }); in TEST_F()
1455 EXPECT_INS_RETAINED(right_value); in TEST_F()