Home | History | Annotate | Download | only in jit

Lines Matching full:poke

41     poke(src, argumentStackOffset);
49 poke(Imm32(value), argumentStackOffset);
57 poke(ImmPtr(value), argumentStackOffset);
186 poke(callFrameRegister, OBJECT_OFFSETOF(struct JITStackFrame, callFrame) / sizeof (void*));
193 poke(callFrameRegister, OBJECT_OFFSETOF(struct JITStackFrame, callFrame) / sizeof (void*));
589 poke(payload, argumentStackOffset);
590 poke(tag, argumentStackOffset + 1);
600 poke(Imm32(constant.payload()), argumentStackOffset);
601 poke(Imm32(constant.tag()), argumentStackOffset + 1);
604 poke(scratch2, argumentStackOffset);
605 poke(scratch1, argumentStackOffset + 1);
852 poke(ImmPtr(JSValue::encode(value)), argumentStackOffset);
855 poke(scratch, argumentStackOffset);