Lines Matching refs:AllocateHeapNumberWithValue
1063 var_result = AllocateHeapNumberWithValue(value);
2566 return AllocateHeapNumberWithValue(
2569 return AllocateHeapNumberWithValue(Load<Float64T>(data_pointer, offset));
2737 var_result = AllocateHeapNumberWithValue(
2744 var_result = AllocateHeapNumberWithValue(
3369 TNode<HeapNumber> CodeStubAssembler::AllocateHeapNumberWithValue(
3388 result = AllocateHeapNumberWithValue(value);
5255 return AllocateHeapNumberWithValue(value);
5703 var_result = AllocateHeapNumberWithValue(ChangeFloat32ToFloat64(value));
5721 var_result = AllocateHeapNumberWithValue(value);
5747 TNode<HeapNumber> result = AllocateHeapNumberWithValue(value64);
5793 var_result = AllocateHeapNumberWithValue(float64_value);
5819 var_result = AllocateHeapNumberWithValue(float64_value);
7796 var_result = AllocateHeapNumberWithValue(float64_value);
9646 AllocateHeapNumberWithValue(var_double_value.value());
11149 AllocateHeapNumberWithValue(ChangeFloat32ToFloat64(converted_value));
11168 *maybe_converted_value = AllocateHeapNumberWithValue(converted_value);
13828 var_result = AllocateHeapNumberWithValue(finc_result);
13871 var_result = AllocateHeapNumberWithValue(fdec_result);