Home
last modified time | relevance | path

Searched defs:AllocateHeapNumberWithValue (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h1867 TNode<HeapNumber> AllocateHeapNumberWithValue(double value) { in AllocateHeapNumberWithValue() function
Dcode-stub-assembler.cc3369 TNode<HeapNumber> CodeStubAssembler::AllocateHeapNumberWithValue( in AllocateHeapNumberWithValue() function in v8::internal::CodeStubAssembler
/third_party/node/deps/v8/src/compiler/
Deffect-control-linearizer.cc4554 Node* EffectControlLinearizer::AllocateHeapNumberWithValue(Node* value) { in AllocateHeapNumberWithValue() function in v8::internal::compiler::EffectControlLinearizer