Searched refs:slowPathTarget (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJIT.cpp746 CodeLocationLabel slowPathTarget = patchBuffer.locationOf(m_byValCompilationInfo[i].slowPathTarget); local
754 differenceBetweenCodePtr(returnAddress, slowPathTarget));
H A DJITPropertyAccess.cpp238 m_byValCompilationInfo[m_byValInstructionIndex].slowPathTarget = slowPath;
485 m_byValCompilationInfo[m_byValInstructionIndex].slowPathTarget = slowPath;
H A DJITPropertyAccess32_64.cpp277 m_byValCompilationInfo[m_byValInstructionIndex].slowPathTarget = slowPath;
454 m_byValCompilationInfo[m_byValInstructionIndex].slowPathTarget = slowPath;
H A DJIT.h273 MacroAssembler::Label slowPathTarget; member in struct:JSC::ByValCompilationInfo
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT32_64.cpp271 void SpeculativeJIT::cachedGetById(CodeOrigin codeOrigin, GPRReg baseTagGPROrNone, GPRReg basePayloadGPR, GPRReg resultTagGPR, GPRReg resultPayloadGPR, unsigned identifierNumber, JITCompiler::Jump slowPathTarget, SpillRegistersMode spillMode) argument
284 if (!slowPathTarget.isSet()) {
293 slowCases.append(slowPathTarget);
301 if (!slowPathTarget.isSet()) {
309 slowCases.append(slowPathTarget);
326 void SpeculativeJIT::cachedPutById(CodeOrigin codeOrigin, GPRReg basePayloadGPR, GPRReg valueTagGPR, GPRReg valuePayloadGPR, Edge valueUse, GPRReg scratchGPR, unsigned identifierNumber, PutKind putKind, JITCompiler::Jump slowPathTarget) argument
351 if (!slowPathTarget.isSet()) {
358 slowCases.append(slowPathTarget);
H A DDFGSpeculativeJIT.h700 void cachedGetById(CodeOrigin, GPRReg baseGPR, GPRReg resultGPR, unsigned identifierNumber, JITCompiler::Jump slowPathTarget = JITCompiler::Jump(), SpillRegistersMode = NeedToSpill);
701 void cachedPutById(CodeOrigin, GPRReg base, GPRReg value, Edge valueUse, GPRReg scratchGPR, unsigned identifierNumber, PutKind, JITCompiler::Jump slowPathTarget = JITCompiler::Jump());
703 void cachedGetById(CodeOrigin, GPRReg baseTagGPROrNone, GPRReg basePayloadGPR, GPRReg resultTagGPR, GPRReg resultPayloadGPR, unsigned identifierNumber, JITCompiler::Jump slowPathTarget = JITCompiler::Jump(), SpillRegistersMode = NeedToSpill);
704 void cachedPutById(CodeOrigin, GPRReg basePayloadGPR, GPRReg valueTagGPR, GPRReg valuePayloadGPR, Edge valueUse, GPRReg scratchGPR, unsigned identifierNumber, PutKind, JITCompiler::Jump slowPathTarget = JITCompiler::Jump());
H A DDFGSpeculativeJIT64.cpp243 void SpeculativeJIT::cachedGetById(CodeOrigin codeOrigin, GPRReg baseGPR, GPRReg resultGPR, unsigned identifierNumber, JITCompiler::Jump slowPathTarget, SpillRegistersMode spillMode) argument
255 if (!slowPathTarget.isSet()) {
262 slowCases.append(slowPathTarget);
276 void SpeculativeJIT::cachedPutById(CodeOrigin codeOrigin, GPRReg baseGPR, GPRReg valueGPR, Edge valueUse, GPRReg scratchGPR, unsigned identifierNumber, PutKind putKind, JITCompiler::Jump slowPathTarget) argument
303 if (!slowPathTarget.isSet()) {
310 slowCases.append(slowPathTarget);

Completed in 263 milliseconds