Home
last modified time | relevance | path

Searched refs:IsIntPtrAbsWithOverflowSupported (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dmath.tq28 extern macro IsIntPtrAbsWithOverflowSupported(): constexpr bool;
42 if constexpr (IsIntPtrAbsWithOverflowSupported()) {
/third_party/node/deps/v8/src/compiler/
Dcode-assembler.cc216 bool CodeAssembler::IsIntPtrAbsWithOverflowSupported() const { in IsIntPtrAbsWithOverflowSupported() function in v8::internal::compiler::CodeAssembler
Dcode-assembler.h405 bool IsIntPtrAbsWithOverflowSupported() const;