Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler_test.cc106 HInstruction* array_get1 = in TestBuildDependencyGraphAndSchedule() local
124 array_get1, in TestBuildDependencyGraphAndSchedule()
163 ASSERT_TRUE(scheduling_graph.HasImmediateOtherDependency(array_set1, array_get1)); in TestBuildDependencyGraphAndSchedule()
Dload_store_analysis_test.cc86 HInstruction* array_get1 = new (GetAllocator()) HArrayGet(array, c1, DataType::Type::kInt32, 0); in TEST_F() local
94 entry->AddInstruction(array_get1); in TEST_F()
668 HInstruction* array_get1 = new (GetAllocator()) HArrayGet(array, in TEST_F() local
691 entry->AddInstruction(array_get1); in TEST_F()
708 size_t loc1 = heap_location_collector.GetArrayHeapLocation(array_get1); in TEST_F()