Lines Matching refs:Immediate
250 // Store the value in register/immediate src in the safepoint
253 void StoreToSafepointRegisterSlot(Register dst, Immediate src);
263 Set(result, Immediate(object));
327 void Set(Register dst, const Immediate& x);
328 void Set(const Operand& dst, const Immediate& x);
331 bool IsUnsafeImmediate(const Immediate& x);
332 void SafeSet(Register dst, const Immediate& x);
333 void SafePush(const Immediate& x);
456 test(value, Immediate(kSmiTagMask));
463 test(value, Immediate(kSmiTagMask));
470 test(value, Immediate(kSmiTagMask));
761 void Push(Handle<Object> handle) { push(Immediate(handle)); }
964 masm->push(Immediate(reinterpret_cast<int>(&__FILE_LINE__))); \