/art/compiler/optimizing/ |
D | induction_var_analysis_test.cc | 288 HInstruction* add = InsertInstruction( in TEST_F() local 320 HInstruction* add = InsertInstruction( in TEST_F() local 442 HInstruction* add = InsertInstruction( in TEST_F() local 471 HInstruction* add = InsertInstruction( in TEST_F() local 612 HInstruction* add = InsertInstruction( in TEST_F() local 691 HInstruction* add = InsertInstruction( in TEST_F() local 782 HInstruction* add = InsertInstruction( in TEST_F() local 1013 HInstruction* add = InsertInstruction( in TEST_F() local 1122 HInstruction* add = InsertInstruction( in TEST_F() local 1149 HInstruction* add = InsertInstruction( in TEST_F() local [all …]
|
D | bounds_check_elimination_test.cc | 190 HInstruction* add = new (&allocator_) HAdd(Primitive::kPrimInt, parameter2, constant_max_int); in TEST_F() local 415 HInstruction* add = new (allocator) HAdd(Primitive::kPrimInt, phi, constant_increment); in BuildSSAGraph1() local 525 HInstruction* add = new (allocator) HAdd(Primitive::kPrimInt, phi, constant_minus_1); in BuildSSAGraph2() local 638 HInstruction* add = new (allocator) HAdd(Primitive::kPrimInt, phi, constant_increment); in BuildSSAGraph3() local 743 HInstruction* add = new (allocator) HAdd(Primitive::kPrimInt, phi, constant_1); in BuildSSAGraph4() local 817 HAdd* add = new (&allocator_) HAdd(Primitive::kPrimInt, array_length, constant_minus_1); in TEST_F() local
|
D | live_ranges_test.cc | 350 HAdd* add = liveness.GetInstructionFromSsaIndex(2)->AsAdd(); in TEST_F() local 428 HAdd* add = liveness.GetInstructionFromSsaIndex(2)->AsAdd(); in TEST_F() local
|
D | intrinsics_arm.cc | 68 __ add(base, array, ShifterOperand(pos.AsRegister<Register>(), LSL, element_size_shift)); in GenSystemArrayCopyBaseAddress() local 90 __ add(end, base, ShifterOperand(copy_length.AsRegister<Register>(), LSL, element_size_shift)); in GenSystemArrayCopyEndAddress() local 442 __ add(out_reg, in_reg, ShifterOperand(mask)); in GenAbsInteger() local 686 __ add(IP, base, ShifterOperand(offset)); in GenUnsafeGet() local 849 __ add(IP, base, ShifterOperand(offset)); in GenUnsafePut() local 857 __ add(IP, base, ShifterOperand(offset)); in GenUnsafePut() local 1033 __ add(tmp_ptr, base, ShifterOperand(offset)); in GenCas() local 1192 __ add(temp0, temp0, ShifterOperand(temp0), NE); in VisitStringCompareTo() local 1213 __ add(temp1, temp1, ShifterOperand(char_size * 2)); in VisitStringCompareTo() local 1219 __ add(temp1, temp1, ShifterOperand(char_size * 2)); in VisitStringCompareTo() local [all …]
|
D | code_generator_arm.cc | 113 __ add(IP, SP, ShifterOperand(stack_offset)); in SaveContiguousSRegisterList() local 152 __ add(IP, SP, ShifterOperand(stack_offset)); in RestoreContiguousSRegisterList() local 428 __ add(temp, temp, ShifterOperand(PC)); in EmitNativeCode() local 506 __ add(temp, temp, ShifterOperand(PC)); in EmitNativeCode() local 856 __ add(obj_, obj_, ShifterOperand(temp_, LSR, 32)); in EmitNativeCode() local 977 __ add(obj_, obj_, ShifterOperand(temp1_, LSR, 32)); in EmitNativeCode() local 1035 __ add(tmp_ptr, base, ShifterOperand(offset)); in EmitNativeCode() local 1410 __ add(out, first, second); in GenerateDataProcInstruction() local 3778 void LocationsBuilderARM::VisitAdd(HAdd* add) { in VisitAdd() 3809 void InstructionCodeGeneratorARM::VisitAdd(HAdd* add) { in VisitAdd() [all …]
|
D | pc_relative_fixups_x86.cc | 44 void VisitAdd(HAdd* add) OVERRIDE { in VisitAdd()
|
D | instruction_simplifier.cc | 1401 HAdd* add = new (allocator) HAdd(type, input_other, shl); in VisitMul() local 1600 HAdd* add = new(GetGraph()->GetArena()) HAdd(type, left, right->AsNeg()->GetInput()); in VisitSub() local 1616 HAdd* add = new(GetGraph()->GetArena()) HAdd(type, left->AsNeg()->GetInput(), right); in VisitSub() local
|
D | intrinsics_arm_vixl.cc | 848 __ add(eq, out_reg, out_reg, 1); in VisitMathRoundFloat() local 1557 __ add(ne, temp0, temp0, temp0); in VisitStringCompareTo() local 1807 __ add(cs, temp, temp, temp); // double the byte count. in VisitStringEquals() local
|
D | bounds_check_elimination.cc | 981 void VisitAdd(HAdd* add) OVERRIDE { in VisitAdd()
|
/art/test/640-checker-short-simd/src/ |
D | Main.java | 38 static void add(int x) { in add() method in Main 187 static void add() { in add() method in Main
|
/art/test/640-checker-float-simd/src/ |
D | Main.java | 39 static void add(float x) { in add() method in Main
|
/art/test/640-checker-double-simd/src/ |
D | Main.java | 39 static void add(double x) { in add() method in Main
|
/art/test/640-checker-int-simd/src/ |
D | Main.java | 38 static void add(int x) { in add() method in Main
|
/art/test/640-checker-long-simd/src/ |
D | Main.java | 38 static void add(long x) { in add() method in Main
|
/art/tools/ahat/src/heapdump/ |
D | Site.java | 124 Site add(StackFrame[] frames, int depth, AhatInstance inst) { in add() method in Site 128 private static Site add(Site site, StackFrame[] frames, int depth, AhatInstance inst) { in add() method in Site
|
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 236 __ add(R0, R1, ShifterOperand(0)); in TEST_F() local 244 __ add(R0, R1, ShifterOperand(R2), AL, kCcKeep); in TEST_F() local 260 __ add(R0, R0, ShifterOperand(R1), AL, kCcKeep); in TEST_F() local 277 __ add(R1, R1, ShifterOperand(R8), AL, kCcKeep); in TEST_F() local 278 __ add(R9, R9, ShifterOperand(R0), AL, kCcKeep); in TEST_F() local 279 __ add(R8, R8, ShifterOperand(R9), AL, kCcKeep); in TEST_F() local 292 __ add(R0, R1, ShifterOperand(R8), AL, kCcKeep); in TEST_F() local 330 __ add(R0, R1, ShifterOperand(R2), arm::EQ, kCcKeep); in TEST_F() local 349 __ add(R0, R0, ShifterOperand(R1)); in TEST_F() local 350 __ add(R0, R1, ShifterOperand(R2)); in TEST_F() local [all …]
|
/art/test/640-checker-char-simd/src/ |
D | Main.java | 38 static void add(int x) { in add() method in Main
|
/art/test/640-checker-byte-simd/src/ |
D | Main.java | 38 static void add(int x) { in add() method in Main
|
/art/test/952-invoke-custom/generator/ |
D | TestLinkerMethodMinimalArguments.java | 46 private static int add(int a, int b) { in add() method in TestLinkerMethodMinimalArguments
|
D | TestLinkerMethodMultipleArgumentTypes.java | 48 private static int add(int a, int b) { in add() method in TestLinkerMethodMultipleArgumentTypes
|
/art/compiler/utils/arm/ |
D | assembler_arm_vixl.cc | 432 ___ add(cond, rd, rn, value); in AddConstantInIt() local
|
D | assembler_thumb2_test.cc | 262 TEST_F(AssemblerThumb2Test, add) { in TEST_F() argument 264 __ add(arm::R1, arm::R0, arm::ShifterOperand(42)); in TEST_F() local 266 __ add(arm::R1, arm::R0, arm::ShifterOperand(arm::R2, arm::ASR, 31)); in TEST_F() 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 | 550 public void add(String referrer, String referree) { in add() method in Test913.Verifier
|
/art/test/956-methodhandles/src/ |
D | Main.java | 222 public String add(int x, int y) { in add() method in Main.BarImpl
|