Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_analysis_test.cc214 HInstruction* arr_set2 = new (GetAllocator()) HArraySet(array, c1, c0, DataType::Type::kInt32, 0); in TEST_F() local
238 entry->AddInstruction(arr_set2); // array[1] = c0 in TEST_F()
261 loc2 = heap_location_collector.GetArrayHeapLocation(arr_set2); in TEST_F()