HomeSort by relevance Sort by last modified time
    Searched refs:has_int32_value_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
hydrogen-instructions.cc 789 if (has_int32_value_) {
1021 has_int32_value_(false),
1030 has_int32_value_ = BitCast<int64_t>(roundtrip_value) == BitCast<int64_t>(n);
1031 if (has_int32_value_) int32_value_ = static_cast<int32_t>(n);
1039 if (r.IsInteger32() && !has_int32_value_) return NULL;
    [all...]
hydrogen-instructions.h 2005 bool has_int32_value_; member in class:v8::HConstant
    [all...]

Completed in 120 milliseconds