Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination_test.cc2985 HNewInstance* mat_alloc2 = FindOrNull(materializations.begin(), in TEST_P() local
2989 ASSERT_NE(mat_alloc2, nullptr); in TEST_P()
2994 return p->GetType() == DataType::Type::kReference && p->InputAt(0) == mat_alloc2; in TEST_P()
3024 EXPECT_INS_EQ(mat_alloc2->GetEnvironment()->GetInstructionAt(0), mat_alloc1); in TEST_P()