Searched refs:push (Results 1 - 25 of 27) sorted by relevance

12

/art/runtime/gc/allocator/
H A Ddlmalloc.h33 #pragma GCC diagnostic push
H A Ddlmalloc.cc35 #pragma GCC diagnostic push
/art/runtime/arch/arm/
H A Djni_entrypoints_arm.S24 push {r0, r1, r2, r3, lr} @ spill regs
H A 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
571 push {r0-r1, lr} @ save arguments, link register and pad
639 push {r0-r2, lr} @ save arguments
972 push {r0-r1}
1051 push {r0-r1} @ save return value
1113 push {r9 - r10}
1205 push {r
[all...]
H A Dmemcmp16_arm.S68 0: push {r4, lr}
/art/runtime/entrypoints/quick/
H A Dquick_math_entrypoints.cc22 #pragma clang diagnostic push
/art/test/etc/
H A 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/disassembler/
H A Ddisassembler_arm64.h22 #pragma GCC diagnostic push
/art/sigchainlib/
H A Dsigchain_dummy.cc32 #pragma GCC diagnostic push
/art/runtime/
H A Dhandle_scope.h177 // push and pop itself from this thread.
189 // When the handle scope becomes full a new one is created and push on top of the
216 scopes_.push(scope);
H A Dparsed_options.cc60 #pragma GCC diagnostic push
H A Dmem_map.cc32 #pragma GCC diagnostic push
H A Ddex_file.cc49 #pragma GCC diagnostic push
H A Dclass_linker.cc210 gaps->push(FieldGap {current_offset, sizeof(uint32_t)});
213 gaps->push(FieldGap {current_offset, sizeof(uint16_t)});
216 gaps->push(FieldGap {current_offset, sizeof(uint8_t)});
796 heap->push(original->GetNext());
/art/
H A DAndroid.mk130 adb wait-for-device push $(ANDROID_PRODUCT_OUT)/system $(ART_TEST_ANDROID_ROOT)
131 adb push $(ANDROID_PRODUCT_OUT)/data /data
/art/compiler/utils/arm64/
H A Dassembler_arm64.h31 #pragma GCC diagnostic push
/art/runtime/base/
H A Dhistogram-inl.h220 #pragma clang diagnostic push
/art/runtime/arch/mips64/
H A Dquick_entrypoints_mips64.S400 .set push
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/compiler/dex/
H A Dmir_graph.cc743 * Will need to manage storage for ins & outs, push prevous state and update
1957 q.push(bb);
1998 q.push(GetBasicBlock(candidate_id));
2081 q.push(successor);
/art/compiler/utils/arm/
H A Dassembler_arm32.h362 void EmitVPushPop(uint32_t reg, int nregs, bool push, bool dbl, Condition cond);
H A Dassembler_thumb2.h429 void EmitVPushPop(uint32_t reg, int nregs, bool push, bool dbl, Condition cond);
H A Dassembler_arm32.cc1061 void Arm32Assembler::EmitVPushPop(uint32_t reg, int nregs, bool push, bool dbl, Condition cond) { argument
1078 (push ? B24 : (B23 | B20)) |
H A Dassembler_thumb2.cc1993 void Thumb2Assembler::EmitVPushPop(uint32_t reg, int nregs, bool push, bool dbl, Condition cond) { argument
2010 (push ? B24 : (B23 | B20)) |
/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc25 #pragma GCC diagnostic push
/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S342 .set push

Completed in 488 milliseconds

12