Home
last modified time | relevance | path

Searched defs:add (Results 1 – 25 of 36) 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.cc334 HAdd* add = liveness.GetInstructionFromSsaIndex(2)->AsAdd(); in TEST_F() local
408 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
Dinstruction_simplifier_shared.cc353 HAdd* add = new (allocator) HAdd(last_sub->GetType(), last_sub_left, last_sub_right); in TryReplaceSubSubWithSubAdd() local
Dloop_optimization_test.cc239 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.cc1944 HAdd* add = new (allocator) HAdd(type, input_other, shl); in VisitMul() local
2143 HAdd* add = new(GetGraph()->GetAllocator()) HAdd(type, left, right->AsNeg()->GetInput()); in VisitSub() local
2159 HAdd* add = new(GetGraph()->GetAllocator()) HAdd(type, left->AsNeg()->GetInput(), right); 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/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/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
/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

12