Searched defs:allocatorGPR (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT64.cpp3622 GPRReg allocatorGPR = allocator.gpr(); local
3628 m_jit.loadPtr(JITCompiler::Address(calleeGPR, JSFunction::offsetOfAllocationProfile() + ObjectAllocationProfile::offsetOfAllocator()), allocatorGPR); local
3651 GPRReg allocatorGPR = allocator.gpr(); local
3660 m_jit.move(TrustedImmPtr(allocatorPtr), allocatorGPR); local
H A DDFGSpeculativeJIT.cpp3186 GPRReg allocatorGPR = allocator.gpr(); local
3191 m_jit.move(TrustedImmPtr(&markedAllocator), allocatorGPR); local
3200 m_jit.load32(JITCompiler::Address(opGPRs[0], JSString::offsetOfLength()), allocatorGPR); local
H A DDFGSpeculativeJIT.h2017 void emitAllocateJSCell(GPRReg resultGPR, GPRReg allocatorGPR, StructureType structure, argument
2034 void emitAllocateJSObject(GPRReg resultGPR, GPRReg allocatorGPR, StructureType structure, argument
H A DDFGSpeculativeJIT32_64.cpp3721 GPRReg allocatorGPR = allocator.gpr(); local
3727 m_jit.loadPtr(JITCompiler::Address(calleeGPR, JSFunction::offsetOfAllocationProfile() + ObjectAllocationProfile::offsetOfAllocator()), allocatorGPR); local
3750 GPRReg allocatorGPR = allocator.gpr(); local
3759 m_jit.move(TrustedImmPtr(allocatorPtr), allocatorGPR); local

Completed in 199 milliseconds