Home
last modified time | relevance | path

Searched refs:RoundIntPtrToFloat64 (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dcode-assembler.cc654 TNode<Float64T> CodeAssembler::RoundIntPtrToFloat64(Node* value) { in RoundIntPtrToFloat64() function in v8::internal::compiler::CodeAssembler
Dcode-assembler.h1125 TNode<Float64T> RoundIntPtrToFloat64(Node* value);
/third_party/node/deps/v8/src/builtins/
Dbase.tq1189 extern macro RoundIntPtrToFloat64(intptr): float64;
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc8628 TNode<Float64T> key_as_float64 = RoundIntPtrToFloat64(intptr_index); in NumberDictionaryLookup()
10640 GotoIfNot(Float64Equal(value, RoundIntPtrToFloat64(int_value)), in TryToIntptr()