Searched refs:scratchGPR2 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DRepatch.cpp1007 GPRReg scratchGPR2 = allocator.allocateScratchGPR(); local
1008 ASSERT(scratchGPR2 != baseGPR);
1009 ASSERT(scratchGPR2 != valueGPR);
1010 ASSERT(scratchGPR2 != scratchGPR1);
1018 ASSERT(scratchGPR3 != scratchGPR2);
1071 // We have scratchGPR1 = new storage, scratchGPR3 = old storage, scratchGPR2 = available
1073 stubJit.loadPtr(MacroAssembler::Address(scratchGPR3, -static_cast<ptrdiff_t>(offset + sizeof(JSValue) + sizeof(void*))), scratchGPR2); local
1074 stubJit.storePtr(scratchGPR2, MacroAssembler::Address(scratchGPR1, -static_cast<ptrdiff_t>(offset + sizeof(JSValue) + sizeof(void*))));
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGSpeculativeJIT.h2200 GPRReg scratchGPR1, GPRReg scratchGPR2, MacroAssembler::JumpList& slowPath)
2211 emitAllocateJSObject(resultGPR, scratchGPR1, structure, storage, scratchGPR2, slowPath);
2216 GPRReg scratchGPR1, GPRReg scratchGPR2, MacroAssembler::JumpList& slowPath)
2218 emitAllocateJSObject<T>(resultGPR, TrustedImmPtr(structure), TrustedImmPtr(0), scratchGPR1, scratchGPR2, slowPath);
2223 void emitAllocateArguments(GPRReg resultGPR, GPRReg scratchGPR1, GPRReg scratchGPR2, MacroAssembler::JumpList& slowPath);
2199 emitAllocateJSObject(GPRReg resultGPR, StructureType structure, StorageType storage, GPRReg scratchGPR1, GPRReg scratchGPR2, MacroAssembler::JumpList& slowPath) argument
2215 emitAllocateDestructibleObject(GPRReg resultGPR, Structure* structure, GPRReg scratchGPR1, GPRReg scratchGPR2, MacroAssembler::JumpList& slowPath) argument
H A DDFGSpeculativeJIT.cpp110 void SpeculativeJIT::emitAllocateArguments(GPRReg resultGPR, GPRReg scratchGPR1, GPRReg scratchGPR2, MacroAssembler::JumpList& slowPath) argument
113 emitAllocateDestructibleObject<Arguments>(resultGPR, structure, scratchGPR1, scratchGPR2, slowPath);
4288 GPRReg scratchGPR2 = scratch2.gpr(); local
4298 // We have scratchGPR1 = new storage, scratchGPR2 = scratch
4300 m_jit.loadPtr(JITCompiler::Address(oldStorageGPR, -(offset + sizeof(JSValue) + sizeof(void*))), scratchGPR2); local
4301 m_jit.storePtr(scratchGPR2, JITCompiler::Address(scratchGPR1, -(offset + sizeof(JSValue) + sizeof(void*))));
4447 GPRReg scratchGPR2 = scratch2.gpr(); local
4467 resultGPR, TrustedImmPtr(structure), TrustedImmPtr(0), scratchGPR, scratchGPR2,
H A DDFGSpeculativeJIT64.cpp4298 GPRReg scratchGPR2 = scratch2.gpr(); local
4327 emitAllocateArguments(resultGPR, scratchGPR1, scratchGPR2, slowPaths);

Completed in 290 milliseconds