Home
last modified time | relevance | path

Searched refs:ChangeFloat64ToIntPtr (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dconvert.tq376 return ChangeFloat64ToIntPtr(ChangeNumberToFloat64(n));
Dbase.tq1199 extern macro ChangeFloat64ToIntPtr(float64): intptr;
/third_party/node/deps/v8/src/compiler/
Dcode-assembler.cc629 TNode<IntPtrT> CodeAssembler::ChangeFloat64ToIntPtr(TNode<Float64T> value) { in ChangeFloat64ToIntPtr() function in v8::internal::compiler::CodeAssembler
Dcode-assembler.h1117 TNode<IntPtrT> ChangeFloat64ToIntPtr(TNode<Float64T> value);
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc10639 TNode<IntPtrT> int_value = ChangeFloat64ToIntPtr(value); in TryToIntptr()