Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Druntime-macro-shims.h40 inline int32_t ConstexprIntegerLiteralToInt32(const IntegerLiteral& i) { in ConstexprIntegerLiteralToInt32() function
44 return int31_t(ConstexprIntegerLiteralToInt32(i)); in ConstexprIntegerLiteralToInt31()
/third_party/node/deps/v8/tools/debug_helper/
Ddebug-macro-shims.h113 inline int32_t ConstexprIntegerLiteralToInt32(d::MemoryAccessor accessor, in ConstexprIntegerLiteralToInt32() function
/third_party/node/deps/v8/src/builtins/
Dconvert.tq18 return ConstexprIntegerLiteralToInt32(i);
46 return ConstexprIntegerLiteralToInt32(i);
Dbase.tq1001 extern macro ConstexprIntegerLiteralToInt32(constexpr IntegerLiteral):
1220 return Int32Constant(ConstexprIntegerLiteralToInt32(i));
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h3841 int32_t ConstexprIntegerLiteralToInt32(const IntegerLiteral& i) { in ConstexprIntegerLiteralToInt32() function