Home
last modified time | relevance | path

Searched refs:add (Results 1 – 25 of 33) sorted by relevance

12

/art/runtime/arch/x86_64/
Dmemcmp16_x86_64.S41 add %r11, %rcx; \
50 add %rdx, %rsi
51 add %rdx, %rdi
63 add $16, %rsi
67 add %rcx, %rdx
108 add $32, %rdi
109 add $32, %rsi
111 add $64, %rdi
112 add $64, %rsi
113 add %rdx, %rsi
[all …]
/art/
DCleanSpec.mk48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libart_*)
49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libartd_*)
50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libart_*)
51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libartd_*)
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S169 add sp, sp, #96
180 add sp, sp, #96
320 add sp, sp, #224
496 add x10, x2, # SAVE_SIZE_AND_METHOD // calculate size of frame.
529 add x9, sp, #4 // Destination address is bottom of stack + NULL.
654 add x10, x5, #1 // Load shorty address, plus one to skip return value.
668 add x17, x13, x15 // Calculate subroutine to jump to.
678 add x17, x14, x15 // Calculate subroutine to jump to.
688 add x17, x12, x8 // Calculate subroutine to jump to.
695 add x17, x11, x8 // Calculate subroutine to jump to.
[all …]
Dmemcmp16_arm64.S58 add limit_wd, limit, #7
111 add limit, limit, tmp1 /* Adjust the limit for the extra. */
119 add limit_wd, limit, #7
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S82 add sp, #4 @ bottom word holds Method*
94 add sp, #4 @ bottom word holds Method*
135 add sp, #8 @ rewind sp
265 add sp, #16 @ strip the extra frame
311 add r5, r2, #4 @ create space for method pointer in frame
317 add r0, sp, #4 @ pass stack pointer + method ptr as dest for memcpy
347 add r0, r0, #12 @ increment r0 to skip gprs_[0..2] 12=4*3
460 add sp, #4
464 add sp, #4
506 add r3, r0, #OBJECT_ARRAY_DATA_OFFSET
[all …]
Dportable_entrypoints_arm.S44 add r5, r2, #16 @ create space for method pointer in frame
47 add r0, sp, #4 @ pass stack pointer + method ptr as dest for memcpy
55 add sp, #16 @ first 4 args are not passed on stack for portable
128 add sp, #48 @ rewind sp
135 add sp, #48 @ rewind sp
Djni_entrypoints_arm.S35 add sp, #12 @ restore stack pointer
/art/compiler/sea_ir/code_gen/
Dcode_gen_data.cc69 pm.add(new ::llvm::DataLayout(*data_layout)); in GetElf()
73 fpm.add(new ::llvm::DataLayout(*data_layout)); in GetElf()
87 pm.add(::llvm::createStripDeadPrototypesPass()); in GetElf()
/art/test/104-growth-limit/src/
DMain.java30 l.add(new byte[1048576]); in main()
48 l.add(new byte[1048576]); in main()
/art/compiler/llvm/
Dllvm_compilation_unit.cc231 pm.add(new ::llvm::DataLayout(*data_layout)); in MaterializeToRawOStream()
235 fpm.add(new ::llvm::DataLayout(*data_layout)); in MaterializeToRawOStream()
240 fpm.add(CreateGBCExpanderPass(*llvm_info_->GetIntrinsicHelper(), *irb_.get(), in MaterializeToRawOStream()
244 fpm2.add(CreateGBCExpanderPass(*llvm_info_->GetIntrinsicHelper(), *irb_.get(), in MaterializeToRawOStream()
281 pm.add(::llvm::createStripDeadPrototypesPass()); in MaterializeToRawOStream()
/art/compiler/optimizing/
Dcode_generator_arm.cc866 void LocationsBuilderARM::VisitAdd(HAdd* add) { in VisitAdd() argument
867 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(add); in VisitAdd()
868 switch (add->GetResultType()) { in VisitAdd()
872 locations->SetInAt(1, Location::RegisterOrConstant(add->InputAt(1))); in VisitAdd()
881 LOG(FATAL) << "Unexpected add type " << add->GetResultType(); in VisitAdd()
885 LOG(FATAL) << "Unimplemented add type " << add->GetResultType(); in VisitAdd()
887 add->SetLocations(locations); in VisitAdd()
890 void InstructionCodeGeneratorARM::VisitAdd(HAdd* add) { in VisitAdd() argument
891 LocationSummary* locations = add->GetLocations(); in VisitAdd()
892 switch (add->GetResultType()) { in VisitAdd()
[all …]
Dcode_generator_x86_64.cc748 void LocationsBuilderX86_64::VisitAdd(HAdd* add) { in VisitAdd() argument
749 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(add); in VisitAdd()
750 switch (add->GetResultType()) { in VisitAdd()
768 LOG(FATAL) << "Unexpected add type " << add->GetResultType(); in VisitAdd()
772 LOG(FATAL) << "Unimplemented add type " << add->GetResultType(); in VisitAdd()
774 add->SetLocations(locations); in VisitAdd()
777 void InstructionCodeGeneratorX86_64::VisitAdd(HAdd* add) { in VisitAdd() argument
778 LocationSummary* locations = add->GetLocations(); in VisitAdd()
781 switch (add->GetResultType()) { in VisitAdd()
806 LOG(FATAL) << "Unexpected add type " << add->GetResultType(); in VisitAdd()
[all …]
Dcode_generator_x86.cc806 void LocationsBuilderX86::VisitAdd(HAdd* add) { in VisitAdd() argument
807 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(add); in VisitAdd()
808 switch (add->GetResultType()) { in VisitAdd()
821 LOG(FATAL) << "Unexpected add type " << add->GetResultType(); in VisitAdd()
825 LOG(FATAL) << "Unimplemented add type " << add->GetResultType(); in VisitAdd()
827 add->SetLocations(locations); in VisitAdd()
830 void InstructionCodeGeneratorX86::VisitAdd(HAdd* add) { in VisitAdd() argument
831 LocationSummary* locations = add->GetLocations(); in VisitAdd()
832 switch (add->GetResultType()) { in VisitAdd()
871 LOG(FATAL) << "Unexpected add type " << add->GetResultType(); in VisitAdd()
[all …]
/art/runtime/arch/x86/
Dmemcmp16_x86.S57 add %ecx, %edx
58 add %ecx, %eax
89 add %edx, %ecx
123 add $32, %edi
124 add $32, %esi
163 add $32, %ecx
245 add $32, %ecx
328 add $32, %ecx
411 add $32, %ecx
494 add $32, %ecx
[all …]
/art/test/114-ParallelGC/src/
DMain.java51 queues.add(new SynchronousQueue<Boolean>()); in main()
126 l.add(new ArrayList<Object>(i)); in work()
/art/test/304-method-tracing/src/
DMain.java33 threads.add(new Thread(new ThreadRunnable(), "TestThread-" + i)); in main()
/art/test/061-out-of-memory/src/
DMain.java82 list.add((Object)new byte[objSize]); in testOomeSmallInternal()
/art/test/004-ThreadStress/src/
DMain.java237 l.add(new byte[1024]); in run()
247 l.add(new byte[1024]); in run()
/art/runtime/base/unix_file/
DREADME8 it's trivial to add new implementations.
/art/test/079-phantom/src/
DBitmap.java78 sPhantomList.add(phan); in allocNativeStorage()
/art/compiler/utils/
Dassembler_thumb_test.cc268 __ add(R0, R1, ShifterOperand(R2)); in TEST() local
269 __ add(R0, R1, ShifterOperand()); in TEST() local
286 __ add(R0, R1, ShifterOperand(R2)); in TEST() local
297 __ add(R0, R1, ShifterOperand()); in TEST() local
316 __ add(R12, R1, ShifterOperand(R0)); in TEST() local
331 __ add(R0, R1, ShifterOperand(0x55)); in TEST() local
346 __ add(R0, R1, ShifterOperand(5)); in TEST() local
365 __ add(R0, R1, ShifterOperand(0x550055)); in TEST() local
848 __ add(R2, SP, ShifterOperand(0x50)); // 16 bit. in TEST() local
849 __ add(SP, SP, ShifterOperand(0x50)); // 16 bit. in TEST() local
[all …]
/art/test/036-finalizer/src/
DMain.java48 wimp.add(new WeakReference<FinalizerTest>(ft)); in makeRef()
/art/compiler/utils/arm/
Dassembler_arm32.cc56 void Arm32Assembler::add(Register rd, Register rn, const ShifterOperand& so, in add() function in art::arm::Arm32Assembler
1257 add(rd, rn, shifter_op, cond); in AddConstant()
1264 add(rd, rn, ShifterOperand(IP), cond); in AddConstant()
1274 add(rd, rn, ShifterOperand(IP), cond); in AddConstant()
1333 add(IP, IP, ShifterOperand(base), cond); in LoadFromOffset()
1372 add(IP, IP, ShifterOperand(base), cond); in LoadSFromOffset()
1390 add(IP, IP, ShifterOperand(base), cond); in LoadDFromOffset()
1410 add(IP, IP, ShifterOperand(base), cond); in StoreToOffset()
1443 add(IP, IP, ShifterOperand(base), cond); in StoreSToOffset()
1461 add(IP, IP, ShifterOperand(base), cond); in StoreDToOffset()
Dassembler_thumb2.cc58 void Thumb2Assembler::add(Register rd, Register rn, const ShifterOperand& so, in add() function in art::arm::Thumb2Assembler
2308 add(rd, rn, shifter_op, cond); in AddConstant()
2315 add(rd, rn, ShifterOperand(IP), cond); in AddConstant()
2325 add(rd, rn, ShifterOperand(IP), cond); in AddConstant()
2383 add(IP, IP, ShifterOperand(base), cond); in LoadFromOffset()
2422 add(IP, IP, ShifterOperand(base), cond); in LoadSFromOffset()
2440 add(IP, IP, ShifterOperand(base), cond); in LoadDFromOffset()
2460 add(IP, IP, ShifterOperand(base), cond); in StoreToOffset()
2493 add(IP, IP, ShifterOperand(base), cond); in StoreSToOffset()
2511 add(IP, IP, ShifterOperand(base), cond); in StoreDToOffset()
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S654 add $t0, $a0, $a1
658 add $t1, $t1, $t0
664 add $t0, $a0, $a1
686 add $sp, 32
1006 add $a0, $t0 # get address of target method

12