Home
last modified time | relevance | path

Searched refs:AllocateHeapNumberWithValue (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/ic/
H A Dbinary-op-assembler.cc125 TNode<HeapNumber> result = AllocateHeapNumberWithValue(value); in Generate_AddWithFeedback()
340 var_result = AllocateHeapNumberWithValue(value); in Generate_BinaryOperationWithFeedback()
484 var_result = AllocateHeapNumberWithValue(value); in Generate_SubtractWithFeedback()
541 var_result = AllocateHeapNumberWithValue(value); in Generate_DivideWithFeedback()
585 return AllocateHeapNumberWithValue( in Generate_ExponentiateWithFeedback()
H A Dunary-op-assembler.cc211 AllocateHeapNumberWithValue(float_op(var_float_value.value())); in UnaryOpWithFeedback()
H A Daccessor-assembler.cc873 exit_point->Return(AllocateHeapNumberWithValue(var_double_value->value())); in HandleLoadICSmiHandlerLoadNamedCase()
1593 AllocateHeapNumberWithValue(double_value); in OverwriteExistingFastDataProperty()
1645 AllocateHeapNumberWithValue(double_value); in OverwriteExistingFastDataProperty()
2642 Return(AllocateHeapNumberWithValue(var_double_value.value())); in GenericElementLoad()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-constructor-gen.cc710 AllocateHeapNumberWithValue(double_value);
H A Dbuiltins-array-gen.cc309 args.PopAndReturn(AllocateHeapNumberWithValue(value)); in TF_BUILTIN()
H A Dbuiltins-collections-gen.cc466 entry = AllocateHeapNumberWithValue(element);
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc1063 var_result = AllocateHeapNumberWithValue(value); in SmiMul()
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(valu
[all...]
H A Dcode-stub-assembler.h1866 TNode<HeapNumber> AllocateHeapNumberWithValue(TNode<Float64T> value);
1867 TNode<HeapNumber> AllocateHeapNumberWithValue(double value) { in AllocateHeapNumberWithValue() function
1868 return AllocateHeapNumberWithValue(Float64Constant(value)); in AllocateHeapNumberWithValue()
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc242 Node* AllocateHeapNumberWithValue(Node* node);
1448 Node* value_number = AllocateHeapNumberWithValue(value); in ChangeFloat64ToTagged()
1458 return AllocateHeapNumberWithValue(value); in LowerChangeFloat64ToTaggedPointer()
1502 Node* number = AllocateHeapNumberWithValue(__ ChangeInt32ToFloat64(value)); in ChangeInt32ToTagged()
1527 Node* number = AllocateHeapNumberWithValue(__ ChangeInt64ToFloat64(value)); in LowerChangeInt64ToTagged()
1548 Node* number = AllocateHeapNumberWithValue(__ ChangeUint32ToFloat64(value)); in ChangeUint32ToTagged()
1568 Node* number = AllocateHeapNumberWithValue(__ ChangeInt64ToFloat64(value)); in LowerChangeUint64ToTagged()
4554 Node* EffectControlLinearizer::AllocateHeapNumberWithValue(Node* value) { in AllocateHeapNumberWithValue() function in v8::internal::compiler::EffectControlLinearizer
5475 Node* result = AllocateHeapNumberWithValue(done_double.PhiAt(0)); in LowerLoadFieldByIndex()

Completed in 45 milliseconds