Searched refs:int32_value_ (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/crankshaft/ |
D | hydrogen-instructions.cc | 1805 Range* result = new(zone) Range(int32_value_, int32_value_); in InferRange() 2692 int32_value_(0) { in HConstant() 2731 int32_value_ = DoubleToInt32(n); in HConstant() 2733 bit_field_, has_int32_value && Smi::IsValid(int32_value_)); in HConstant() 2778 int32_value_(integer_value), in HConstant() 2802 int32_value_(DoubleToInt32(double_value)), in HConstant() 2805 bit_field_, HasInteger32Value() && Smi::IsValid(int32_value_)); in HConstant() 2926 return new (zone) HConstant(int32_value_, r, NotInNewSpace(), object_); in CopyToRepresentation() 2944 res = new (zone) HConstant(int32_value_, Representation::Integer32(), in CopyToTruncatedInt32() 2973 os << int32_value_ << " "; in PrintDataTo()
|
D | hydrogen-instructions.h | 3547 return int32_value_; in Integer32Value() 3577 return int32_value_; in NumberValueAsInteger32() 3627 return static_cast<intptr_t>(int32_value_); in Hashcode() 3661 int32_value_ == other_constant->int32_value_; in DataEquals() 3750 int32_t int32_value_; variable
|
/external/v8/src/ |
D | deoptimizer.h | 94 int32_t int32_value_; member
|
D | deoptimizer.cc | 2625 slot.int32_value_ = value; in NewInt32() 2674 return int32_value_; in int32_value()
|