Changeset 94688 in webkit for trunk/Source/JavaScriptCore/dfg/DFGJITCompiler.h
- Timestamp:
- Sep 7, 2011, 10:55:50 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGJITCompiler.h
r94629 r94688 186 186 return Address(GPRInfo::callFrameRegister, virtualRegister * sizeof(Register) + OBJECT_OFFSETOF(EncodedValueDescriptor, asBits.payload)); 187 187 } 188 188 189 Jump branchIfNotObject(GPRReg structureReg) 190 { 191 return branch8(NotEqual, Address(structureReg, Structure::typeInfoTypeOffset()), TrustedImm32(ObjectType)); 192 } 193 189 194 // Notify the JIT of a call that does not require linking. 190 195 void notifyCall(Call call, unsigned exceptionInfo)
Note:
See TracChangeset
for help on using the changeset viewer.