Home
last modified time | relevance | path

Searched refs:int32_value_ (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmap.h131 val_.int32_value_ = value; in SetInt32Value()
159 return val_.int32_value_; in GetInt32Value()
195 return val_.int32_value_ < other.val_.int32_value_;
223 return val_.int32_value_ == other.val_.int32_value_;
251 val_.int32_value_ = other.val_.int32_value_; in CopyFrom()
275 int32 int32_value_; member
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc1723 Range* result = new(zone) Range(int32_value_, int32_value_); in InferRange()
2168 int32_value_(0) { in HConstant()
2197 int32_value_ = DoubleToInt32(n); in HConstant()
2199 bit_field_, has_int32_value && Smi::IsValid(int32_value_)); in HConstant()
2274 int32_value_(integer_value), in HConstant()
2297 int32_value_(DoubleToInt32(double_value)) { in HConstant()
2299 bit_field_, HasInteger32Value() && Smi::IsValid(int32_value_)); in HConstant()
2424 return new (zone) HConstant(int32_value_, r, NotInNewSpace(), object_); in CopyToRepresentation()
2442 res = new (zone) HConstant(int32_value_, Representation::Integer32(), in CopyToTruncatedInt32()
2473 os << int32_value_ << " "; in PrintDataTo()
Dhydrogen-instructions.h3078 return int32_value_; in Integer32Value()
3105 return int32_value_; in NumberValueAsInteger32()
3155 return static_cast<intptr_t>(int32_value_); in Hashcode()
3189 int32_value_ == other_constant->int32_value_; in DataEquals()
3278 int32_t int32_value_; variable
/external/v8/src/
Ddeoptimizer.h130 int32_t int32_value_; member
Ddeoptimizer.cc2834 slot.int32_value_ = value; in NewInt32()
2883 return int32_value_; in int32_value()