Home
last modified time | relevance | path

Searched defs:FromInt (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dsmi.h45 static inline constexpr Smi FromInt(int value) { in FromInt() function
/third_party/node/deps/v8/src/builtins/
Dbuiltins.h107 static constexpr Builtin FromInt(int id) { in FromInt() function
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.h160 static inline LifetimePosition FromInt(int value) { in FromInt() function
Dinstruction.h1072 static RpoNumber FromInt(int index) { return RpoNumber(index); } in FromInt() function