Home | History | Annotate | Download | only in jit

Lines Matching defs:callFrameRegister

59         static const RegisterID callFrameRegister = X86Registers::r13;
80 static const RegisterID callFrameRegister = X86Registers::edi;
101 static const RegisterID callFrameRegister = ARMRegisters::r5;
114 static const RegisterID callFrameRegister = ARMRegisters::r4;
149 static const RegisterID callFrameRegister = MIPSRegisters::s0;
158 static const RegisterID callFrameRegister = SH4Registers::fp;
203 inline Address tagFor(int index, RegisterID base = callFrameRegister);
212 inline Address payloadFor(int index, RegisterID base = callFrameRegister);
213 inline Address intPayloadFor(int index, RegisterID base = callFrameRegister);
214 inline Address intTagFor(int index, RegisterID base = callFrameRegister);
215 inline Address addressFor(int index, RegisterID base = callFrameRegister);