Searched defs:AllocateHeapNumberWithValue (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/codegen/ | ||
D | code-stub-assembler.h | 1867 TNode<HeapNumber> AllocateHeapNumberWithValue(double value) { in AllocateHeapNumberWithValue() function |
D | code-stub-assembler.cc | 3369 TNode<HeapNumber> CodeStubAssembler::AllocateHeapNumberWithValue( in AllocateHeapNumberWithValue() function in v8::internal::CodeStubAssembler |
/third_party/node/deps/v8/src/compiler/ | ||
D | effect-control-linearizer.cc | 4554 Node* EffectControlLinearizer::AllocateHeapNumberWithValue(Node* value) { in AllocateHeapNumberWithValue() function in v8::internal::compiler::EffectControlLinearizer |