Searched defs:allocatorReg (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITOpcodes32_64.cpp221 RegisterID allocatorReg = regT1; local
224 move(TrustedImmPtr(allocator), allocatorReg); local
1160 RegisterID allocatorReg = regT1; local
1165 loadPtr(Address(calleeReg, JSFunction::offsetOfAllocationProfile() + ObjectAllocationProfile::offsetOfAllocator()), allocatorReg); local
H A DJITOpcodes.cpp103 RegisterID allocatorReg = regT1; local
106 move(TrustedImmPtr(allocator), allocatorReg); local
915 RegisterID allocatorReg = regT1; local
920 loadPtr(Address(calleeReg, JSFunction::offsetOfAllocationProfile() + ObjectAllocationProfile::offsetOfAllocator()), allocatorReg); local

Completed in 75 milliseconds