Lines Matching refs:ImmPtr
54 poke(ImmPtr(value), argumentNumber); in emitPutJITStubArgConstant()
77 storePtr(ImmPtr(value), Address(callFrameRegister, entry * sizeof(Register))); in emitPutImmediateToCallFrameHeader()
170 … return branchPtr(NotEqual, Address(reg, OBJECT_OFFSETOF(JSCell, m_structure)), ImmPtr(structure)); in checkStructure()
245 move(ImmPtr(m_interpreter->sampler()->sampleSlot()), X86::ecx); in sampleInstruction()
246 storePtr(ImmPtr(m_interpreter->sampler()->encodeSample(instruction, inHostFunction)), X86::ecx); in sampleInstruction()
251 …storePtr(ImmPtr(m_interpreter->sampler()->encodeSample(instruction, inHostFunction)), m_interprete… in sampleInstruction()
260 move(ImmPtr(m_interpreter->sampler()->codeBlockSlot()), X86::ecx); in sampleCodeBlock()
261 storePtr(ImmPtr(codeBlock), X86::ecx); in sampleCodeBlock()
266 storePtr(ImmPtr(codeBlock), m_interpreter->sampler()->codeBlockSlot()); in sampleCodeBlock()
580 move(ImmPtr(JSValue::encode(value)), dst); in emitGetVirtualRegister()
635 …storePtr(ImmPtr(JSValue::encode(jsUndefined())), Address(callFrameRegister, dst * sizeof(Register)… in emitInitRegister()