Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler_test.cc230 HInstruction* arr_set_1 = in TestDependencyGraphOnAliasingArrayAccesses() local
262 arr_set_1, in TestDependencyGraphOnAliasingArrayAccesses()
297 loc2 = heap_location_collector.GetArrayHeapLocation(arr_set_1); in TestDependencyGraphOnAliasingArrayAccesses()
299 ASSERT_FALSE(scheduling_graph.HasImmediateOtherDependency(arr_set_1, arr_set_0)); in TestDependencyGraphOnAliasingArrayAccesses()
Dload_store_analysis_test.cc304 HInstruction* arr_set_1 = new (GetAllocator()) HArraySet(array, in TEST_F() local
396 entry->AddInstruction(arr_set_1); in TEST_F()
437 loc1 = heap_location_collector.GetArrayHeapLocation(arr_set_1); in TEST_F()
442 loc1 = heap_location_collector.GetArrayHeapLocation(arr_set_1); in TEST_F()
517 HInstruction* arr_set_1 = new (GetAllocator()) HArraySet( in TEST_F() local
559 entry->AddInstruction(arr_set_1); in TEST_F()
581 loc1 = heap_location_collector.GetArrayHeapLocation(arr_set_1); in TEST_F()