Lines Matching defs:value
154 void set_allow_macro_instructions(bool value) {
155 allow_macro_instructions_ = value;
740 // On Windows, Claim will write a value every 4k, as is required by the stack
781 void AssertPositiveOrZero(Register value);
885 // with a subsequent instruction that accepts a shift. The value moved into
914 inline void JumpIfSmi(Register value, Label* smi_label,
1068 inline void Fcmp(const VRegister& fn, double value);
1112 // Peek at a value on the stack, and put it in 'dst'. The offset is in bytes.
1116 // value. 'dst' must be lr in this case.
1352 // If rm is the minimum representable value, the result is not representable.
1381 // Loads a field containing any tagged value and decompresses it if necessary.
1385 // Loads a field containing a tagged signed value and decompresses it if
1390 // Loads a field containing smi value and untags it.
1393 // Compresses and stores tagged value to given on-heap location.
1394 void StoreTaggedField(const Register& value,
1397 void AtomicStoreTaggedField(const Register& value, const Register& dst_base,
1441 void EncodeSandboxedPointer(const Register& value);
1442 void DecodeSandboxedPointer(const Register& value);
1448 void StoreSandboxedPointerField(const Register& value,
1797 // values peeked will be adjacent, with the value in 'dst2' being from a
1845 inline void JumpIfNotSmi(Register value, Label* not_smi_label);
1972 // Compare the object in a register to a value from the root list.
1975 // Compare the object in a register to a value and jump if they are equal.
1978 // Compare the object in a register to a value and jump if they are not equal.
1981 // Checks if value is in range [lower_limit, higher_limit] using a single
1983 void JumpIfIsInRange(const Register& value, unsigned lower_limit,
2038 void IncrementCounter(StatsCounter* counter, int value, Register scratch1,
2041 EmitIncrementCounter(counter, value, scratch1, scratch2);
2043 void EmitIncrementCounter(StatsCounter* counter, int value, Register scratch1,
2045 void DecrementCounter(StatsCounter* counter, int value, Register scratch1,
2048 EmitIncrementCounter(counter, -value, scratch1, scratch2);
2060 // |object| is the object being stored into, |value| is the object being
2065 Register object, int offset, Register value, LinkRegisterStatus lr_status,
2071 // has been written. |value| is the object being stored.
2073 Register object, Operand offset, Register value,