Searched refs:scratch2GPR (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT64.cpp3480 GPRReg scratch2GPR = scratch2.gpr(); local
3493 emitAllocateJSObject<JSArray>(resultGPR, ImmPtr(structure), storageGPR, scratchGPR, scratch2GPR, slowCases);
3500 m_jit.move(sizeGPR, scratch2GPR);
3501 MacroAssembler::Jump done = m_jit.branchTest32(MacroAssembler::Zero, scratch2GPR);
3503 m_jit.sub32(TrustedImm32(1), scratch2GPR);
3504 m_jit.store64(scratchGPR, MacroAssembler::BaseIndex(storageGPR, scratch2GPR, MacroAssembler::TimesEight));
3505 m_jit.branchTest32(MacroAssembler::NonZero, scratch2GPR).linkTo(loop, &m_jit);
H A DDFGSpeculativeJIT.cpp68 GPRReg scratch2GPR = scratch2.gpr(); local
77 emitAllocateJSObject<JSArray>(resultGPR, TrustedImmPtr(structure), storageGPR, scratchGPR, scratch2GPR, slowCases);
4308 GPRReg scratch2GPR = scratch2.gpr(); local
4313 resultGPR, TrustedImmPtr(node->structure()), TrustedImmPtr(0), scratch1GPR, scratch2GPR,
H A DDFGSpeculativeJIT32_64.cpp3569 GPRReg scratch2GPR = scratch2.gpr(); local
3582 emitAllocateJSObject<JSArray>(resultGPR, TrustedImmPtr(structure), storageGPR, scratchGPR, scratch2GPR, slowCases);

Completed in 146 milliseconds