Searched refs:callee (Results 1 - 4 of 4) sorted by relevance

/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S32 * Macro that sets up the callee save frame to conform with
91 * Macro that sets up the callee save frame to conform with
94 * callee-save: $s2-$s8 + $gp + $ra, 9 total + 2 words padding + 1 word to hold Method*
170 * Macro that sets up the callee save frame to conform with
172 * callee-save: $a1-$a3, $s2-$s8 + $gp + $ra, 12 total + 3 words padding + method*
211 * Macro that sets up the callee save frame to conform with
213 * callee-save: $a1-$a3, $s2-$s8 + $gp + $ra, 12 total + 3 words padding + method*
231 * Macro that sets up the callee save frame to conform with
233 * callee-save: $a1-$a3, $s2-$s8 + $gp + $ra, 12 total + 3 words padding + method*
283 SETUP_SAVE_ALL_CALLEE_SAVE_FRAME # save callee save
[all...]
/art/runtime/arch/mips64/
H A Dquick_entrypoints_mips64.S43 * Macro that sets up the callee save frame to conform with
45 * callee-save: padding + $f24-$f31 + $s0-$s7 + $gp + $ra + $s8 = 19 total + 1x8 bytes padding
79 // FP callee-saves
89 # load appropriate callee-save-method
99 * Macro that sets up the callee save frame to conform with
103 * callee-save: padding + $s2-$s7 + $gp + $ra + $s8 = 9 total + 1x8 bytes padding
132 # load appropriate callee-save-method
248 * Macro that sets up the callee save frame to conform with
251 * callee-save: padding + $f12-$f19 + $a1-$a7 + $s2-$s7 + $gp + $ra + $s8 = 24 total + 1 words padding + Method*
255 # load appropriate callee
[all...]
/art/runtime/arch/arm/
H A Dquick_entrypoints_arm.S27 * Macro that sets up the callee save frame to conform with
31 push {r4-r11, lr} @ 9 words (36 bytes) of callee saves.
59 * Macro that sets up the callee save frame to conform with
63 push {r5-r8, r10-r11, lr} @ 7 words of callee saves
89 pop {r5-r8, r10-r11, lr} @ 7 words of callee saves
106 * Macro that sets up the callee save frame to conform with
110 push {r1-r3, r5-r8, r10-r11, lr} @ 10 words of callee saves and args.
153 pop {r1-r3, r5-r8, r10-r11, lr} @ 10 words of callee saves
187 SETUP_SAVE_ALL_CALLEE_SAVE_FRAME r0, r1 @ save callee saves for throw
245 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME r1, r2 @ save callee save
[all...]
/art/runtime/
H A Dstack.cc758 // Skip runtime save all callee frames which are used to deliver exceptions.
760 ArtMethod* callee = Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsAndArgs); local
761 CHECK_EQ(GetMethod(), callee) << "Expected: " << PrettyMethod(callee) << " Found: "

Completed in 102 milliseconds