Lines Matching refs:value

55 // Allocate stack space of given size (i.e. decrement {sp} by the value
59 // register's value, in the version that takes a register.
349 // If the value is a NaN, canonicalize the value else, do nothing.
352 void VFPCanonicalizeNaN(const DwVfpRegister value,
354 VFPCanonicalizeNaN(value, value, cond);
474 void Move(Register dst, Handle<HeapObject> value);
525 void JumpIfSmi(Register value, Label* smi_label);
640 // |object| is the object being stored into, |value| is the object being
645 Register object, int offset, Register value, LinkRegisterStatus lr_status,
651 // has been written. |value| is the object being stored.
653 Register object, Operand offset, Register value,
663 // Leave the current exit frame. Expects the return value in r0.
732 // Compare the object in a register to a value from the root list.
742 // Compare the object in a register to a value and jump if they are equal.
748 // Compare the object in a register to a value and jump if they are not equal.
754 // Checks if value is in range [lower_limit, higher_limit] using a single
755 // comparison. Flags C=0 or Z=1 indicate the value is in the range (condition
757 void CompareRange(Register value, unsigned lower_limit,
759 void JumpIfIsInRange(Register value, unsigned lower_limit,
807 void IncrementCounter(StatsCounter* counter, int value, Register scratch1,
810 EmitIncrementCounter(counter, value, scratch1, scratch2);
812 void EmitIncrementCounter(StatsCounter* counter, int value, Register scratch1,
814 void DecrementCounter(StatsCounter* counter, int value, Register scratch1,
817 EmitDecrementCounter(counter, value, scratch1, scratch2);
819 void EmitDecrementCounter(StatsCounter* counter, int value, Register scratch1,
835 void SmiTst(Register value);
837 void JumpIfNotSmi(Register value, Label* not_smi_label);