Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dscheduler_test.cc231 HInstruction* arr_set_1 = in TestDependencyGraphOnAliasingArrayAccesses() local
263 arr_set_1, in TestDependencyGraphOnAliasingArrayAccesses()
299 loc2 = heap_location_collector.GetArrayHeapLocation(arr_set_1); in TestDependencyGraphOnAliasingArrayAccesses()
301 ASSERT_FALSE(scheduling_graph.HasImmediateOtherDependency(arr_set_1, arr_set_0)); in TestDependencyGraphOnAliasingArrayAccesses()
H A Dload_store_analysis_test.cc342 HInstruction* arr_set_1 = new (GetAllocator()) HArraySet(array, in TEST_F() local
434 entry->AddInstruction(arr_set_1); in TEST_F()
476 loc1 = heap_location_collector.GetArrayHeapLocation(arr_set_1); in TEST_F()
481 loc1 = heap_location_collector.GetArrayHeapLocation(arr_set_1); in TEST_F()
557 HInstruction* arr_set_1 = new (GetAllocator()) HArraySet( in TEST_F() local
599 entry->AddInstruction(arr_set_1); in TEST_F()
622 loc1 = heap_location_collector.GetArrayHeapLocation(arr_set_1); in TEST_F()