Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Druntime-macro-shims.h46 inline intptr_t ConstexprIntegerLiteralToIntptr(const IntegerLiteral& i) { in ConstexprIntegerLiteralToIntptr() function
/third_party/node/deps/v8/tools/debug_helper/
Ddebug-macro-shims.h117 inline intptr_t ConstexprIntegerLiteralToIntptr(d::MemoryAccessor accessor, in ConstexprIntegerLiteralToIntptr() function
/third_party/node/deps/v8/src/builtins/
Dconvert.tq10 return ConstexprIntegerLiteralToIntptr(i);
Dbase.tq1007 extern macro ConstexprIntegerLiteralToIntptr(constexpr IntegerLiteral):
1240 return IntPtrConstant(ConstexprIntegerLiteralToIntptr(il));
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h3856 intptr_t ConstexprIntegerLiteralToIntptr(const IntegerLiteral& i) { in ConstexprIntegerLiteralToIntptr() function