Lines Matching refs:TryToIntPtrConstant
330 if (TryToIntPtrConstant(value, &constant)) { in WordIsPowerOfTwo()
766 if (TryToIntPtrConstant(value, &constant_value)) { in IsValidPositiveSmi()
792 if (TryToIntPtrConstant(value, &constant_value)) { in SmiUntag()
1224 if (TryToIntPtrConstant(size_in_bytes, &size_in_bytes_constant)) { in AllocateRaw()
1375 if (TryToIntPtrConstant(size_in_bytes, &size_constant)) { in Allocate()
3753 if (TryToIntPtrConstant(capacity, &const_capacity) && in AllocateOrderedHashTableWithCapacity()
8453 if (TryToIntPtrConstant(left, &left_constant) && in IntPtrMax()
8454 TryToIntPtrConstant(right, &right_constant)) { in IntPtrMax()
8465 if (TryToIntPtrConstant(left, &left_constant) && in IntPtrMin()
8466 TryToIntPtrConstant(right, &right_constant)) { in IntPtrMin()
8477 if (TryToIntPtrConstant(left, &left_constant) && in UintPtrMin()
8478 TryToIntPtrConstant(right, &right_constant)) { in UintPtrMin()
10396 constant_index = TryToIntPtrConstant(intptr_index_node, &index); in ElementOffsetFromIndex()
10399 constant_index = TryToIntPtrConstant(intptr_index_node, &index); in ElementOffsetFromIndex()
11741 TryToIntPtrConstant(first_element_inclusive, &first_val); in BuildFastArrayForEach()
11743 bool constent_last = TryToIntPtrConstant(last_element_exclusive, &last_val); in BuildFastArrayForEach()
15283 if (csa.TryToIntPtrConstant(index, &constant)) { in OverallOffset()