Home | History | Annotate | Download | only in mips

Lines Matching refs:ExitFrameConstants

3942   addiu(a0, fp, ExitFrameConstants::kStackSpaceOffset);
4526 STATIC_ASSERT(2 * kPointerSize == ExitFrameConstants::kCallerSPDisplacement);
4527 STATIC_ASSERT(1 * kPointerSize == ExitFrameConstants::kCallerPCOffset);
4528 STATIC_ASSERT(0 * kPointerSize == ExitFrameConstants::kCallerFPOffset);
4546 sw(zero_reg, MemOperand(fp, ExitFrameConstants::kSPOffset));
4551 sw(t8, MemOperand(fp, ExitFrameConstants::kCodeOffset));
4589 sw(at, MemOperand(fp, ExitFrameConstants::kSPOffset));
4599 lw(t8, MemOperand(fp, ExitFrameConstants::kSPOffset));
4619 lw(fp, MemOperand(sp, ExitFrameConstants::kCallerFPOffset));
4620 lw(ra, MemOperand(sp, ExitFrameConstants::kCallerPCOffset));