Searched refs:NumberToUint32 (Results 1 – 12 of 12) sorted by relevance
156 inline uint32_t NumberToUint32(Object number);
182 return NumberToUint32(*number); in FromObject()192 return NumberToUint32(*number); in FromObject()202 return NumberToUint32(*number); in FromObject()
1544 *out = NumberToUint32(*number); in ToUint32()
551 Type OperationTyper::NumberToUint32(Type type) { in NumberToUint32() function in v8::internal::compiler::OperationTyper935 rhs = NumberToUint32(rhs); in NumberShiftLeft()970 rhs = NumberToUint32(rhs); in NumberShiftRight()994 lhs = NumberToUint32(lhs); in NumberShiftRightLogical()995 rhs = NumberToUint32(rhs); in NumberShiftRightLogical()
337 NodeProperties::ChangeOp(node, simplified()->NumberToUint32()); in ReduceNumberFloor()
381 V(NumberToUint32) \
778 const Operator* NumberToUint32(); in NON_EXPORTED_BASE()
756 V(NumberToUint32, Operator::kNoProperties, 1, 0) \
2299 left = graph()->NewNode(simplified()->NumberToUint32(), left); in ReduceMathImul()2300 right = graph()->NewNode(simplified()->NumberToUint32(), right); in ReduceMathImul()2326 input = graph()->NewNode(simplified()->NumberToUint32(), input); in ReduceMathClz32()
425 node = graph()->NewNode(simplified()->NumberToUint32(), node); in ConvertToUI32()
2777 index = graph()->NewNode(simplified()->NumberToUint32(), index); in BuildElementAccess()
3998 if (obj->IsNumber()) return Just(NumberToUint32(*obj)); in Uint32Value()