Home
last modified time | relevance | path

Searched defs:add (Results 1 – 25 of 40) sorted by relevance

12

/art/test/640-checker-simd/src/
DSimdShort.java36 static void add(int x) { in add() method in SimdShort
174 static void add() { in add() method in SimdShort
DSimdDouble.java37 static void add(double x) { in add() method in SimdDouble
DSimdFloat.java37 static void add(float x) { in add() method in SimdFloat
DSimdLong.java36 static void add(long x) { in add() method in SimdLong
DSimdInt.java36 static void add(int x) { in add() method in SimdInt
DSimdChar.java36 static void add(int x) { in add() method in SimdChar
DSimdByte.java36 static void add(int x) { in add() method in SimdByte
/art/compiler/optimizing/
Dinstruction_simplifier_riscv64.cc44 bool TryReplaceShiftAddWithOneInstruction(HShl* shl, HAdd* add) { in TryReplaceShiftAddWithOneInstruction()
81 void VisitAdd(HAdd* add) override { in VisitAdd()
Dinduction_var_analysis_test.cc285 HInstruction* add = InsertInstruction( in TEST_F() local
317 HInstruction* add = InsertInstruction( in TEST_F() local
439 HInstruction* add = InsertInstruction( in TEST_F() local
468 HInstruction* add = InsertInstruction( in TEST_F() local
609 HInstruction* add = InsertInstruction( in TEST_F() local
688 HInstruction* add = InsertInstruction( in TEST_F() local
784 HInstruction* add = InsertInstruction( in TEST_F() local
1015 HInstruction* add = InsertInstruction( in TEST_F() local
1124 HInstruction* add = InsertInstruction( in TEST_F() local
1151 HInstruction* add = InsertInstruction( in TEST_F() local
[all …]
Dlive_ranges_test.cc335 HAdd* add = liveness.GetInstructionFromSsaIndex(2)->AsAdd(); in TEST_F() local
409 HAdd* add = liveness.GetInstructionFromSsaIndex(2)->AsAdd(); in TEST_F() local
Dbounds_check_elimination_test.cc189 HInstruction* add = in TEST_F() local
416 HInstruction* add = new (allocator) HAdd(DataType::Type::kInt32, phi, constant_increment); in BuildSSAGraph1() local
526 HInstruction* add = new (allocator) HAdd(DataType::Type::kInt32, phi, constant_minus_1); in BuildSSAGraph2() local
640 HInstruction* add = new (allocator) HAdd(DataType::Type::kInt32, phi, constant_increment); in BuildSSAGraph3() local
745 HInstruction* add = new (allocator) HAdd(DataType::Type::kInt32, phi, constant_1); in BuildSSAGraph4() local
819 HAdd* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, array_length, constant_minus_1); in TEST_F() local
1092 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi, constant_1); in TEST_F() local
Dinstruction_simplifier_x86_shared.cc126 HAdd* add = to_test->AsAdd(); in AreLeastSetBitInputs() local
Dinstruction_simplifier_shared.cc311 HAdd* add = new (allocator) HAdd(last_sub->GetType(), last_sub_left, last_sub_right); in TryReplaceSubSubWithSubAdd() local
Dloop_optimization_test.cc237 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi, parameter_); in TEST_F() local
Dpc_relative_fixups_x86.cc44 void VisitAdd(HAdd* add) override { in VisitAdd()
Dinstruction_simplifier.cc2086 HAdd* add = new (allocator) HAdd(type, input_other, shl); in VisitMul() local
2285 HAdd* add = new(GetGraph()->GetAllocator()) HAdd(type, left, right->AsNeg()->GetInput()); in VisitSub() local
2301 HAdd* add = new(GetGraph()->GetAllocator()) HAdd(type, left->AsNeg()->GetInput(), right); in VisitSub() local
2326 HAdd* add = left->AsAdd(); in VisitSub() local
2350 HAdd* add = right->AsAdd(); in VisitSub() local
/art/test/952-invoke-custom/src/
DTestLinkerMethodMinimalArguments.java44 private static int add(int a, int b) { in add() method in TestLinkerMethodMinimalArguments
DTestLinkerMethodMultipleArgumentTypes.java67 private static int add(int a, int b) { in add() method in TestLinkerMethodMultipleArgumentTypes
DTestLinkerMethodWithRange.java66 private static int add(int a, int b, int c, int d, int e, int f) { in add() method in TestLinkerMethodWithRange
/art/tools/ahat/src/test-dump/android/graphics/
DBitmap.java51 public void add(long nativePtr, byte[] buffer) { in add() method in Bitmap.DumpData
/art/tools/ahat/src/main/com/android/ahat/dominators/
DDominators.java192 public void add(long id) { in add() method in Dominators.IdSet
226 public void add(NodeS nodeS) { in add() method in Dominators.NodeSet
/art/tools/
Dcheck_cfi.py54 def add(rexpr, adjust_offset=lambda m: 0, adjust_pc=None): function
/art/test/905-object-free/src/art/
DTest905.java40 public void add(Object referent) { in add() method in Test905.GcMarker
/art/libdexfile/external/
Ddex_file_ext_test.cc130 auto add = [](void* ctx, const ADexFile_Method* method) { in TEST_F() local
Ddex_file_supp_test.cc123 auto add = [&](const DexFile::Method& method) { names.push_back(method.GetQualifiedName()); }; in TEST() local

12