Home
last modified time | relevance | path

Searched defs:add1 (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dscheduler_test.cc101 HInstruction* add1 = new (GetAllocator()) HAdd(DataType::Type::kInt32, c1, c2); in TestBuildDependencyGraphAndSchedule() local
226 HInstruction* add1 = new (GetAllocator()) HAdd(DataType::Type::kInt32, i, c1); in TestDependencyGraphOnAliasingArrayAccesses() local
Dinduction_var_analysis_test.cc410 HInstruction* add1 = InsertInstruction( in TEST_F() local
510 HInstruction* add1 = InsertInstruction( in TEST_F() local
565 HInstruction* add1 = InsertInstruction( in TEST_F() local
Dload_store_analysis_test.cc208 HInstruction* add1 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c1); in TEST_F() local
/art/libartbase/base/
Dtransform_array_ref_test.cc40 auto add1 = [](const ValueHolder& h) { return h.value + 1; }; in TEST() local
Dtransform_iterator_test.cc43 auto add1 = [](const ValueHolder& h) { return h.value + 1; }; in TEST() local
Dintrusive_forward_list_test.cc724 auto add1 = [](const ValueType& value) { return value.value + 1; }; in ModifyValue() local