Home | History | Annotate | Download | only in jit

Lines Matching defs:callee

72     // regT0 holds callee, regT1 holds argCount.  regT2 will hold the FunctionExecutable.
87 // Check argCount matches callee arity.
111 // regT0 holds callee, regT1 holds argCount. regT2 will hold the FunctionExecutable.
126 // Check argCount matches callee arity.
162 * convention which results in the callee popping its arguments off the stack, but
174 JSObject* callee;
181 JSObject* callee;
191 // JSObject* callee; // passed in EDX
234 // Plant callee
235 emitGetFromCallFrameHeaderPtr(RegisterFile::Callee, X86Registers::eax);
236 storePtr(X86Registers::eax, Address(stackPointerRegister, OBJECT_OFFSETOF(NativeCallFrameStructure, callee)));
246 emitGetFromCallFrameHeaderPtr(RegisterFile::Callee, X86Registers::edx); // callee
282 // r2 - callee
301 emitGetFromCallFrameHeaderPtr(RegisterFile::Callee, regT2);
1534 // regT0 holds callee, regT1 holds argCount. regT2 will hold the FunctionExecutable.
1549 // Check argCount matches callee arity.
1571 // regT0 holds callee, regT1 holds argCount. regT2 will hold the FunctionExecutable.
1586 // Check argCount matches callee arity.
1644 emitGetFromCallFrameHeaderPtr(RegisterFile::Callee, X86Registers::esi);
1658 * convention which results in the callee popping its arguments off the stack, but
1665 JSObject* callee;
1672 JSObject* callee;
1679 // JSObject* callee; // passed in EDX
1719 // Plant callee
1720 emitGetFromCallFrameHeaderPtr(RegisterFile::Callee, X86Registers::eax);
1721 callee)));
1731 // Plant callee
1732 emitGetFromCallFrameHeaderPtr(RegisterFile::Callee, X86Registers::edx);
1771 emitGetFromCallFrameHeaderPtr(RegisterFile::Callee, regT1);