/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 | SimdInt.java | 36 static void add(int x) { in add() method in SimdInt
|
D | SimdLong.java | 36 static void add(long x) { in add() method in SimdLong
|
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 | induction_var_analysis_test.cc | 284 HInstruction* add = InsertInstruction( in TEST_F() local 316 HInstruction* add = InsertInstruction( in TEST_F() local 438 HInstruction* add = InsertInstruction( in TEST_F() local 467 HInstruction* add = InsertInstruction( in TEST_F() local 608 HInstruction* add = InsertInstruction( in TEST_F() local 687 HInstruction* add = InsertInstruction( in TEST_F() local 783 HInstruction* add = InsertInstruction( in TEST_F() local 1014 HInstruction* add = InsertInstruction( in TEST_F() local 1123 HInstruction* add = InsertInstruction( in TEST_F() local 1150 HInstruction* add = InsertInstruction( in TEST_F() local [all …]
|
D | live_ranges_test.cc | 331 HAdd* add = liveness.GetInstructionFromSsaIndex(2)->AsAdd(); in TEST_F() local 405 HAdd* add = liveness.GetInstructionFromSsaIndex(2)->AsAdd(); in TEST_F() local
|
D | bounds_check_elimination_test.cc | 188 HInstruction* add = in TEST_F() local 415 HInstruction* add = new (allocator) HAdd(DataType::Type::kInt32, phi, constant_increment); in BuildSSAGraph1() local 525 HInstruction* add = new (allocator) HAdd(DataType::Type::kInt32, phi, constant_minus_1); in BuildSSAGraph2() local 639 HInstruction* add = new (allocator) HAdd(DataType::Type::kInt32, phi, constant_increment); in BuildSSAGraph3() local 744 HInstruction* add = new (allocator) HAdd(DataType::Type::kInt32, phi, constant_1); in BuildSSAGraph4() local 818 HAdd* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, array_length, constant_minus_1); in TEST_F() local 1091 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi, constant_1); in TEST_F() local
|
D | instruction_simplifier_x86_shared.cc | 125 HAdd* add = to_test->AsAdd(); in AreLeastSetBitInputs() local
|
D | loop_optimization_test.cc | 220 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 | 1781 HAdd* add = new (allocator) HAdd(type, input_other, shl); in VisitMul() local 1980 HAdd* add = new(GetGraph()->GetAllocator()) HAdd(type, left, right->AsNeg()->GetInput()); in VisitSub() local 1996 HAdd* add = new(GetGraph()->GetAllocator()) HAdd(type, left->AsNeg()->GetInput(), right); in VisitSub() local
|
D | superblock_cloner_test.cc | 91 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, array_get, const_1); in CreateBasicLoopDataFlow() local
|
D | induction_var_range_test.cc | 728 HInstruction* add = new (GetAllocator()) in TEST_F() 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/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/test/905-object-free/src/art/ |
D | Test905.java | 38 public void add(Object referent) { in add() method in Test905.GcMarker
|
/art/compiler/utils/arm/ |
D | assembler_arm_vixl.cc | 453 ___ add(cond, rd, rn, value); in AddConstantInIt() local
|
/art/test/530-checker-loops2/src/ |
D | Main.java | 542 private static int[] add() { in add() method in Main
|
/art/test/913-heaps/src/art/ |
D | Test913.java | 575 public void add(String referrer, String referree) { in add() method in Test913.Verifier
|
/art/test/956-methodhandles/src/ |
D | Main.java | 260 public String add(int x, int y) { in add() method in Main.BarImpl
|