Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dnodes_test.cc234 HInstruction* with_environment = new (GetAllocator()) HNullCheck(parameter1, 0); in TEST_F() local
236 entry->AddInstruction(with_environment); in TEST_F()
243 GetAllocator(), 1, graph->GetArtMethod(), 0, with_environment); in TEST_F()
247 with_environment->SetRawEnvironment(environment); in TEST_F()