Home
last modified time | relevance | path

Searched defs:add (Results 1 – 25 of 32) 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
DSimdInt.java36 static void add(int x) { in add() method in SimdInt
DSimdLong.java36 static void add(long x) { in add() method in SimdLong
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/
Dinduction_var_analysis_test.cc284 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 …]
Dlive_ranges_test.cc331 HAdd* add = liveness.GetInstructionFromSsaIndex(2)->AsAdd(); in TEST_F() local
405 HAdd* add = liveness.GetInstructionFromSsaIndex(2)->AsAdd(); in TEST_F() local
Dbounds_check_elimination_test.cc188 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
Dinstruction_simplifier_x86_shared.cc125 HAdd* add = to_test->AsAdd(); in AreLeastSetBitInputs() local
Dloop_optimization_test.cc220 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.cc1781 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
Dsuperblock_cloner_test.cc91 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, array_get, const_1); in CreateBasicLoopDataFlow() local
Dinduction_var_range_test.cc728 HInstruction* add = new (GetAllocator()) in TEST_F() 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/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/test/905-object-free/src/art/
DTest905.java38 public void add(Object referent) { in add() method in Test905.GcMarker
/art/compiler/utils/arm/
Dassembler_arm_vixl.cc453 ___ add(cond, rd, rn, value); in AddConstantInIt() local
/art/test/530-checker-loops2/src/
DMain.java542 private static int[] add() { in add() method in Main
/art/test/913-heaps/src/art/
DTest913.java575 public void add(String referrer, String referree) { in add() method in Test913.Verifier
/art/test/956-methodhandles/src/
DMain.java260 public String add(int x, int y) { in add() method in Main.BarImpl

12