Home | History | Annotate | Download | only in jit

Lines Matching refs:regT0

51     // regT0 holds callee, regT1 holds argCount
52 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_scopeChain)), regT3); // scopeChain
54 emitPutCellToCallFrameHeader(regT0, RegisterFile::Callee);
61 emitStore(dst, regT1, regT0);
70 emitLoad(callee, regT1, regT0);
75 addSlowCase(branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsFunctionVPtr)));
99 stubCall.addArgument(regT1, regT0);
111 emitLoad(dst, regT1, regT0);
124 emitLoad(result, regT1, regT0);
126 loadPtr(Address(regT0, JSCell::structureOffset()), regT2);
137 emitLoad(thisReg, regT1, regT0);
206 emitLoad(callee, regT1, regT0);
209 addSlowCase(branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsFunctionVPtr)));
263 emitLoad(callee, regT1, regT0);
269 Jump jumpToSlow = branchPtrWithPatch(NotEqual, regT0, addressOfLinkedFunctionCheck, TrustedImmPtr(0));
283 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_scopeChain)), regT2);
288 emitStore(registerOffset + RegisterFile::Callee, regT1, regT0);
313 Jump callLinkFailNotJSFunction = branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsFunctionVPtr));