Searched refs:withOffset (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DAssemblyHelpers.h76 store32(cell, address.withOffset(PayloadOffset));
77 store32(TrustedImm32(JSValue::CellTag), address.withOffset(TagOffset));
86 store32(regs.payloadGPR(), address.withOffset(PayloadOffset));
87 store32(regs.tagGPR(), address.withOffset(TagOffset));
H A DRepatch.cpp478 calleeFrame.withOffset(
482 loadedValueGPR, calleeFrame.withOffset(JSStack::Callee * sizeof(Register)));
486 calleeFrame.withOffset(
492 calleeFrame.withOffset(
506 loadedValueGPR, calleeFrame.withOffset(JSStack::ScopeChain * sizeof(Register)));
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLLink.cpp148 frame.withOffset(sizeof(Register) * JSStack::ArgumentCount),
/macosx-10.10.1/JavaScriptCore-7600.1.17/offlineasm/
H A Dast.rb726 def withOffset(extraOffset) method in class:Address
790 def withOffset(extraOffset) method in class:BaseIndex
835 def withOffset(extraOffset) method in class:AbsoluteAddress
H A Dsh4.rb409 newList << Instruction.new(codeOrigin, "leap", [node.operands[1].withOffset(8), tmp])
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGSpeculativeJIT.h763 return calleeFrameSlot(slot).withOffset(OBJECT_OFFSETOF(EncodedValueDescriptor, asBits.tag));
768 return calleeFrameSlot(slot).withOffset(OBJECT_OFFSETOF(EncodedValueDescriptor, asBits.payload));
773 return calleeArgumentSlot(argument).withOffset(OBJECT_OFFSETOF(EncodedValueDescriptor, asBits.tag));
778 return calleeArgumentSlot(argument).withOffset(OBJECT_OFFSETOF(EncodedValueDescriptor, asBits.payload));
783 return calleeFrameSlot(0).withOffset(CallFrame::callerFrameOffset());
/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DAbstractMacroAssembler.h140 Address withOffset(int32_t additionalOffset) function in struct:JSC::AbstractMacroAssembler::Address

Completed in 115 milliseconds