/art/test/etc/ |
D | run-test-jar | 359 adb push $TEST_NAME.jar $DEX_LOCATION 360 adb push $TEST_NAME-ex.jar $DEX_LOCATION 364 adb push $TEST_NAME.jar $DEX_LOCATION >/dev/null 2>&1 365 adb push $TEST_NAME-ex.jar $DEX_LOCATION >/dev/null 2>&1 397 adb push $cmdfile $DEX_LOCATION/cmdline.sh 399 adb push $cmdfile $DEX_LOCATION/cmdline.sh > /dev/null 2>&1
|
/art/compiler/optimizing/ |
D | optimizing_cfi_test_expected.inc | 11 // 0x00000000: push {r5, r6, lr} 78 // 0x00000000: push esi 81 // 0x00000001: push ebp 112 // 0x00000000: push rbp 115 // 0x00000001: push rbx
|
/art/runtime/gc/allocator/ |
D | dlmalloc.h | 33 #pragma GCC diagnostic push
|
D | dlmalloc.cc | 35 #pragma GCC diagnostic push
|
/art/runtime/entrypoints/quick/ |
D | quick_math_entrypoints.cc | 22 #pragma clang diagnostic push
|
/art/sigchainlib/ |
D | sigchain_dummy.cc | 32 #pragma GCC diagnostic push
|
/art/runtime/arch/arm/ |
D | jni_entrypoints_arm.S | 24 push {r0, r1, r2, r3, lr} @ spill regs
|
D | quick_entrypoints_arm.S | 31 push {r4-r11, lr} @ 9 words (36 bytes) of callee saves. 63 push {r5-r8, r10-r11, lr} @ 7 words of callee saves 110 push {r1-r3, r5-r8, r10-r11, lr} @ 10 words of callee saves and args. 387 push {r4, r5, r6, r7, r8, r9, r10, r11, lr} @ spill regs 972 push {r0-r1} 1051 push {r0-r1} @ save return value 1205 push {r4, r10-r11, lr} @ 4 words of callee saves 1316 push {r4, r7-r12, lr} @ 8 words - keep alignment 1440 push {lr} 1457 push {lr}
|
D | memcmp16_arm.S | 68 0: push {r4, lr}
|
/art/compiler/jni/ |
D | jni_cfi_test_expected.inc | 20 // 0x00000000: push {r5, r6, r7, r8, r10, r11, lr} 200 // 0x00000000: push edi 203 // 0x00000001: push esi 206 // 0x00000002: push ebp 211 // 0x00000006: push eax 260 // 0x00000000: push r15 263 // 0x00000002: push r14 266 // 0x00000004: push r13 269 // 0x00000006: push r12 272 // 0x00000008: push rbp [all …]
|
/art/disassembler/ |
D | disassembler_arm64.h | 22 #pragma GCC diagnostic push
|
/art/runtime/ |
D | handle_scope.h | 216 scopes_.push(scope); in NewHandle()
|
D | parsed_options.cc | 60 #pragma GCC diagnostic push
|
D | mem_map.cc | 32 #pragma GCC diagnostic push
|
/art/ |
D | Android.mk | 130 adb wait-for-device push $(ANDROID_PRODUCT_OUT)/system $(ART_TEST_ANDROID_ROOT) 131 adb push $(ANDROID_PRODUCT_OUT)/data /data
|
/art/runtime/base/ |
D | histogram-inl.h | 220 #pragma clang diagnostic push
|
/art/compiler/utils/arm64/ |
D | assembler_arm64.h | 31 #pragma GCC diagnostic push
|
/art/compiler/dex/quick/ |
D | quick_cfi_test_expected.inc | 11 // 0x00000000: push {r5, r6, lr}
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 625 # push a4, a5, s0(rSUSPEND), s1(rSELF), s8, ra onto the stack 728 # push a4, a5, s0(rSUSPEND), s1(rSELF), s8, ra, onto the stack
|
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 25 #pragma GCC diagnostic push
|
/art/compiler/utils/arm/ |
D | assembler_arm32.h | 362 void EmitVPushPop(uint32_t reg, int nregs, bool push, bool dbl, Condition cond);
|
D | assembler_thumb2.h | 429 void EmitVPushPop(uint32_t reg, int nregs, bool push, bool dbl, Condition cond);
|
D | assembler_arm32.cc | 1061 void Arm32Assembler::EmitVPushPop(uint32_t reg, int nregs, bool push, bool dbl, Condition cond) { in EmitVPushPop() argument 1078 (push ? B24 : (B23 | B20)) | in EmitVPushPop()
|
/art/compiler/dex/ |
D | mir_graph.cc | 1957 q.push(bb); in ComputeTopologicalSortOrder() 1998 q.push(GetBasicBlock(candidate_id)); in ComputeTopologicalSortOrder() 2081 q.push(successor); in ComputeTopologicalSortOrder()
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 342 .set push define
|