Searched refs:structureReg (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGAssemblyHelpers.h167 Jump branchIfNotObject(GPRReg structureReg) argument
169 return branch8(Below, Address(structureReg, Structure::typeInfoTypeOffset()), TrustedImm32(ObjectType));
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITInlines.h255 ALWAYS_INLINE JIT::Jump JIT::emitJumpIfNotObject(RegisterID structureReg) argument
257 return branch8(Below, Address(structureReg, Structure::typeInfoTypeOffset()), TrustedImm32(ObjectType));
H A DJITOpcodes32_64.cpp1161 RegisterID structureReg = regT2; local
1166 loadPtr(Address(calleeReg, JSFunction::offsetOfAllocationProfile() + ObjectAllocationProfile::offsetOfStructure()), structureReg); local
1169 emitAllocateJSObject(allocatorReg, structureReg, resultReg, scratchReg);
H A DJITOpcodes.cpp916 RegisterID structureReg = regT2; local
921 loadPtr(Address(calleeReg, JSFunction::offsetOfAllocationProfile() + ObjectAllocationProfile::offsetOfStructure()), structureReg); local
924 emitAllocateJSObject(allocatorReg, structureReg, resultReg, scratchReg);
H A DJIT.h448 Jump emitJumpIfNotObject(RegisterID structureReg);

Completed in 135 milliseconds