Home
last modified time | relevance | path

Searched refs:BuildAllocateHeapNumberWithValue (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dwasm-compiler.h368 Node* BuildAllocateHeapNumberWithValue(Node* value, Node* control);
Dwasm-compiler.cc2393 Node* vtrue = BuildAllocateHeapNumberWithValue( in BuildChangeInt32ToTagged()
2465 vbox = BuildAllocateHeapNumberWithValue(value, if_box); in BuildChangeFloat64ToTagged()
2698 Node* WasmGraphBuilder::BuildAllocateHeapNumberWithValue(Node* value, in BuildAllocateHeapNumberWithValue() function in v8::internal::compiler::WasmGraphBuilder