Home | History | Annotate | Download | only in src

Lines Matching refs:uint32_value

2876 uint32_t TranslatedValue::uint32_value() const {
2926 bool is_smi = (uint32_value() <= static_cast<uintptr_t>(Smi::kMaxValue));
2928 return Smi::FromInt(static_cast<int32_t>(uint32_value()));
2934 if (uint32_value() == 0) {
2937 CHECK_EQ(1U, uint32_value());
3002 value_ = Handle<Object>(isolate()->factory()->NewNumber(uint32_value()));