Searched refs:saved (Results 1 – 8 of 8) sorted by relevance
/art/test/526-checker-caller-callee-regs/ |
D | info.txt | 1 Test allocation of caller and callee saved registers.
|
/art/test/497-inlining-and-class-loader/src/ |
D | Main.java | 129 static native void restoreResolvedMethods(Class<?> cls, Object saved); in restoreResolvedMethods() argument
|
/art/runtime/ |
D | native_stack_dump.cc | 197 char saved = *(new_line + 1); in Drain() local 200 *(new_line + 1) = saved; in Drain()
|
/art/cmdline/ |
D | README.md | 157 This specifies that when a value is parsed, it will get saved into a variant map using the specific 175 get saved anywhere. Values will still get parsed as normal, so it will *not* ignore known arguments
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 187 @ 14 words of callee saves and args already saved. 188 vpush {d0-d15} @ 32 words, 2 for each of the 16 saved doubles. 631 ldr sp, [sp, #4] @ Restore saved stack pointer 857 push {r0-r3, ip, lr} @ 6 words for saved registers (used in art_quick_aput_obj) 879 POP_REG_NE r0, 0, \rDest @ conditionally restore saved registers
|
/art/tools/ |
D | art | 412 echo "Perf data saved in: $ANDROID_DATA/perf.data"
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 664 lw $sp, 4($sp) # Restore saved stack pointer 1474 # saved registers used in art_quick_aput_obj: a0-a2, t0-t1, t9, ra. 8 words for 16B alignment. 2136 move $s2, $t7 # $s2 = method index (callee-saved). 2137 lw $s3, ART_METHOD_JNI_OFFSET_32($a0) # $s3 = ImtConflictTable (callee-saved).
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 1414 # saved registers used in art_quick_aput_obj: a0-a2, t0-t1, t9, ra. 16B-aligned. 2034 # (callee-saved). 2035 ld $s3, ART_METHOD_JNI_OFFSET_64($a0) # $s3 = ImtConflictTable (callee-saved).
|