/art/test/640-checker-simd/src/ |
D | SimdShort.java | 36 static void add(int x) { in add() method in SimdShort 174 static void add() { in add() method in SimdShort
|
D | SimdDouble.java | 37 static void add(double x) { in add() method in SimdDouble
|
D | SimdFloat.java | 37 static void add(float x) { in add() method in SimdFloat
|
D | SimdLong.java | 36 static void add(long x) { in add() method in SimdLong
|
D | SimdInt.java | 36 static void add(int x) { in add() method in SimdInt
|
D | SimdChar.java | 36 static void add(int x) { in add() method in SimdChar
|
D | SimdByte.java | 36 static void add(int x) { in add() method in SimdByte
|
/art/compiler/optimizing/ |
D | instruction_simplifier_riscv64.cc | 44 bool TryReplaceShiftAddWithOneInstruction(HShl* shl, HAdd* add) { in TryReplaceShiftAddWithOneInstruction() 81 void VisitAdd(HAdd* add) override { in VisitAdd()
|
D | induction_var_analysis_test.cc | 285 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 …]
|
D | live_ranges_test.cc | 335 HAdd* add = liveness.GetInstructionFromSsaIndex(2)->AsAdd(); in TEST_F() local 409 HAdd* add = liveness.GetInstructionFromSsaIndex(2)->AsAdd(); in TEST_F() local
|
D | bounds_check_elimination_test.cc | 189 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
|
D | instruction_simplifier_x86_shared.cc | 126 HAdd* add = to_test->AsAdd(); in AreLeastSetBitInputs() local
|
D | instruction_simplifier_shared.cc | 311 HAdd* add = new (allocator) HAdd(last_sub->GetType(), last_sub_left, last_sub_right); in TryReplaceSubSubWithSubAdd() local
|
D | loop_optimization_test.cc | 237 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi, parameter_); in TEST_F() local
|
D | pc_relative_fixups_x86.cc | 44 void VisitAdd(HAdd* add) override { in VisitAdd()
|
D | instruction_simplifier.cc | 2086 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/ |
D | TestLinkerMethodMinimalArguments.java | 44 private static int add(int a, int b) { in add() method in TestLinkerMethodMinimalArguments
|
D | TestLinkerMethodMultipleArgumentTypes.java | 67 private static int add(int a, int b) { in add() method in TestLinkerMethodMultipleArgumentTypes
|
D | TestLinkerMethodWithRange.java | 66 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/ |
D | Bitmap.java | 51 public void add(long nativePtr, byte[] buffer) { in add() method in Bitmap.DumpData
|
/art/tools/ahat/src/main/com/android/ahat/dominators/ |
D | Dominators.java | 192 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/ |
D | check_cfi.py | 54 def add(rexpr, adjust_offset=lambda m: 0, adjust_pc=None): function
|
/art/test/905-object-free/src/art/ |
D | Test905.java | 40 public void add(Object referent) { in add() method in Test905.GcMarker
|
/art/libdexfile/external/ |
D | dex_file_ext_test.cc | 130 auto add = [](void* ctx, const ADexFile_Method* method) { in TEST_F() local
|
D | dex_file_supp_test.cc | 123 auto add = [&](const DexFile::Method& method) { names.push_back(method.GetQualifiedName()); }; in TEST() local
|