Home
last modified time | relevance | path

Searched defs:FromInt (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dsmi.h45 static inline constexpr Smi FromInt(int value) { in FromInt() function in v8::internal::Smi
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins.h107 static constexpr Builtin FromInt(int id) { in FromInt() function in v8::internal::Builtin::Builtins
/third_party/node/deps/v8/src/compiler/
H A Dschedule.h51 static Id FromInt(int index) { return Id(static_cast<size_t>(index)); } in FromInt() function in v8::internal::compiler::final::Id
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.h160 static inline LifetimePosition FromInt(int value) { in FromInt() function in v8::internal::compiler::final
H A Dinstruction.h1072 static RpoNumber FromInt(int index) { return RpoNumber(index); } in FromInt() function in v8::internal::compiler::final

Completed in 11 milliseconds