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

/external/protobuf/src/google/protobuf/
H A Dmap.h131 val_.int32_value_ = value;
159 return val_.int32_value_;
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_;
275 int32 int32_value_; member in union:google::protobuf::MapKey::KeyValue
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.cc1733 Range* result = new(zone) Range(int32_value_, int32_value_);
2178 int32_value_(0) {
2202 int32_value_ = DoubleToInt32(n);
2204 bit_field_, has_int32_value && Smi::IsValid(int32_value_));
2279 int32_value_(integer_value),
2302 int32_value_(DoubleToInt32(double_value)) {
2304 bit_field_, HasInteger32Value() && Smi::IsValid(int32_value_));
2429 return new (zone) HConstant(int32_value_, r, NotInNewSpace(), object_);
2447 res = new (zone) HConstant(int32_value_, Representatio
2478 os << int32_value_ << " "; local
[all...]
H A Dhydrogen-instructions.h3080 return int32_value_;
3109 // representation of the number in int32_value_.
3110 return int32_value_;
3160 return static_cast<intptr_t>(int32_value_);
3194 int32_value_ == other_constant->int32_value_;
3283 int32_t int32_value_; member in class:final::final
/external/v8/src/
H A Ddeoptimizer.h99 int32_t int32_value_; member in union:v8::internal::TranslatedValue::__anon21679
H A Ddeoptimizer.cc2823 slot.int32_value_ = value;
2872 return int32_value_;

Completed in 182 milliseconds