Home | History | Annotate | Download | only in mips64

Lines Matching refs:stack

60     sd     $t8, 136($sp)           # t8 holds caller's gp, now save it to the stack.
93 sd $t1, 0($sp) # Place ArtMethod* at bottom of stack.
117 sd $t8, 56($sp) # t8 holds caller's gp, now save it to the stack.
135 sd $t1, 0($sp) # Place Method* at bottom of stack.
188 // This assumes the top part of these stack frame types are identical.
204 sd $t8, 184($sp) # t8 holds caller's gp, now save it to the stack.
257 sd $t1, 0($sp) # Place Method* at bottom of stack.
263 sd $a0, 0($sp) # Place Method* at bottom of stack.
361 * On stack replacement stub.
363 * a0 = stack to copy
364 * a1 = size of stack
371 move $t0, $sp # save stack pointer
372 daddiu $t1, $sp, -112 # reserve stack space
373 dsrl $t1, $t1, 4 # enforce 16 byte stack alignment
374 dsll $sp, $t1, 4 # update stack pointer
381 sd $t0, 88($sp) # save original stack pointer stored in t0
383 sd $t8, 80($sp) # t8 holds caller's gp, now save it to the stack.
462 dsubu $sp, $sp, $a1 # Reserve space for callee stack
469 // Copy arguments into callee stack
572 * context) and passes the bottom of the stack.
645 * stack and call the appropriate C helper.
690 # v0 = ptr to stack frame where to copy arg_array
755 # push a4, a5, s0(rSUSPEND), s1(rSELF), s8, ra onto the stack
775 daddiu $t3, $a2, 24 # add 8 for ArtMethod* and 16 for stack alignment
778 dsubu $sp, $sp, $t3 # reserve stack space for argument array
791 # copy arguments onto stack (t2 should be multiples of 4)
796 sw $t3, 0($v0) # save to stack
811 # pop a4, a5, s1(rSELF), s8, ra off of the stack
858 # push a4, a5, s0(rSUSPEND), s1(rSELF), s8, ra, onto the stack
878 daddiu $t3, $a2, 24 # add 8 for ArtMethod* and 16 for stack alignment
881 dsubu $sp, $sp, $t3 # reserve stack space for argument array
895 # copy arguments onto stack (t2 should be multiples of 4)
900 sw $t3, 0($v0) # save to stack
913 # pop a4, a5, s0(rSUSPEND), s1(rSELF), s8, ra off of the stack
1532 # t3: thread stack top offset
1533 # a4: thread stack bottom offset
1559 ld $t3, THREAD_LOCAL_ALLOC_STACK_TOP_OFFSET($s1) # Check if thread local allocation stack
1596 # Push the new object onto the thread local allocation stack and increment the thread local
1597 # allocation stack top.
1659 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves for stack crawl
1752 daddiu $sp, $sp, -5120 # reserve space on the stack
1757 stack till here.
1762 # Load parameters from stack into registers