Home | History | Annotate | Download | only in mips

Lines Matching refs:handle_scope_offset

4962                                            FrameOffset handle_scope_offset,
4976 SP, handle_scope_offset.Int32Value());
4983 Addiu32(out_reg.AsCoreRegister(), SP, handle_scope_offset.Int32Value());
4986 Addiu32(out_reg.AsCoreRegister(), SP, handle_scope_offset.Int32Value());
4991 FrameOffset handle_scope_offset,
4998 LoadFromOffset(kLoadWord, scratch.AsCoreRegister(), SP, handle_scope_offset.Int32Value());
5001 // E.g. scratch = (scratch == 0) ? 0 : (SP+handle_scope_offset).
5003 Addiu32(scratch.AsCoreRegister(), SP, handle_scope_offset.Int32Value());
5006 Addiu32(scratch.AsCoreRegister(), SP, handle_scope_offset.Int32Value());