Home
last modified time | relevance | path

Searched refs:push (Results 1 – 25 of 30) sorted by relevance

12

/art/test/etc/
Drun-test-jar359 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/
Doptimizing_cfi_test_expected.inc11 // 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/
Ddlmalloc.h33 #pragma GCC diagnostic push
Ddlmalloc.cc35 #pragma GCC diagnostic push
/art/runtime/entrypoints/quick/
Dquick_math_entrypoints.cc22 #pragma clang diagnostic push
/art/sigchainlib/
Dsigchain_dummy.cc32 #pragma GCC diagnostic push
/art/runtime/arch/arm/
Djni_entrypoints_arm.S24 push {r0, r1, r2, r3, lr} @ spill regs
Dquick_entrypoints_arm.S31 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}
Dmemcmp16_arm.S68 0: push {r4, lr}
/art/compiler/jni/
Djni_cfi_test_expected.inc20 // 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/
Ddisassembler_arm64.h22 #pragma GCC diagnostic push
/art/runtime/
Dhandle_scope.h216 scopes_.push(scope); in NewHandle()
Dparsed_options.cc60 #pragma GCC diagnostic push
Dmem_map.cc32 #pragma GCC diagnostic push
/art/
DAndroid.mk130 adb wait-for-device push $(ANDROID_PRODUCT_OUT)/system $(ART_TEST_ANDROID_ROOT)
131 adb push $(ANDROID_PRODUCT_OUT)/data /data
/art/runtime/base/
Dhistogram-inl.h220 #pragma clang diagnostic push
/art/compiler/utils/arm64/
Dassembler_arm64.h31 #pragma GCC diagnostic push
/art/compiler/dex/quick/
Dquick_cfi_test_expected.inc11 // 0x00000000: push {r5, r6, lr}
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S625 # 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/
Ddalvik_system_VMRuntime.cc25 #pragma GCC diagnostic push
/art/compiler/utils/arm/
Dassembler_arm32.h362 void EmitVPushPop(uint32_t reg, int nregs, bool push, bool dbl, Condition cond);
Dassembler_thumb2.h429 void EmitVPushPop(uint32_t reg, int nregs, bool push, bool dbl, Condition cond);
Dassembler_arm32.cc1061 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/
Dmir_graph.cc1957 q.push(bb); in ComputeTopologicalSortOrder()
1998 q.push(GetBasicBlock(candidate_id)); in ComputeTopologicalSortOrder()
2081 q.push(successor); in ComputeTopologicalSortOrder()
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S342 .set push define

12