Searched refs:indexGPR (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT32_64.cpp4726 GPRReg indexGPR = index.gpr(); local
4741 m_jit.add32(TrustedImm32(1), indexGPR, resultPayloadGPR);
4764 JITCompiler::AboveOrEqual, indexGPR,
4771 resultPayloadGPR, indexGPR, JITCompiler::TimesEight,
4810 GPRReg indexGPR = index.gpr(); local
4821 m_jit.add32(TrustedImm32(1), indexGPR, resultPayloadGPR);
4841 JITCompiler::AboveOrEqual, indexGPR,
4848 resultPayloadGPR, indexGPR, JITCompiler::TimesEight,
4884 node->codeOrigin.inlineCallFrame, indexGPR));
4890 m_jit.argumentsRegisterFor(node->codeOrigin), indexGPR));
[all...]
H A DDFGSpeculativeJIT64.cpp4571 GPRReg indexGPR = index.gpr(); local
4585 m_jit.add32(TrustedImm32(1), indexGPR, resultGPR);
4607 JITCompiler::AboveOrEqual, indexGPR,
4614 resultGPR, indexGPR, JITCompiler::TimesEight,
4642 GPRReg indexGPR = index.gpr(); local
4652 m_jit.add32(TrustedImm32(1), indexGPR, resultGPR);
4672 JITCompiler::AboveOrEqual, indexGPR,
4679 resultGPR, indexGPR, JITCompiler::TimesEight,
4705 indexGPR));
4711 indexGPR));
[all...]

Completed in 139 milliseconds