HomeSort by relevance Sort by last modified time
    Searched refs:array_get1 (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
scheduler_test.cc 96 // array_get1 ArrayGet [array, add1]
112 HInstruction* array_get1 = local
130 array_get1,
169 ASSERT_TRUE(scheduling_graph.HasImmediateOtherDependency(array_set1, array_get1));
load_store_analysis_test.cc 43 // array_get1 ArrayGet [array, c1]
54 HInstruction* array_get1 = new (GetAllocator()) HArrayGet(array, c1, DataType::Type::kInt32, 0); local
62 entry->AddInstruction(array_get1);
611 HInstruction* array_get1 = new (GetAllocator()) HArrayGet(array, local
634 entry->AddInstruction(array_get1);

Completed in 1474 milliseconds