Searched defs:FromInt (Results 1 - 5 of 5) sorted by relevance
| /third_party/node/deps/v8/src/objects/ | ||
| H A D | smi.h | 45 static inline constexpr Smi FromInt(int value) { in FromInt() function in v8::internal::Smi |
| /third_party/node/deps/v8/src/builtins/ | ||
| H A D | builtins.h | 107 static constexpr Builtin FromInt(int id) { in FromInt() function in v8::internal::Builtin::Builtins |
| /third_party/node/deps/v8/src/compiler/ | ||
| H A D | schedule.h | 51 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 D | register-allocator.h | 160 static inline LifetimePosition FromInt(int value) { in FromInt() function in v8::internal::compiler::final |
| H A D | instruction.h | 1072 static RpoNumber FromInt(int index) { return RpoNumber(index); } in FromInt() function in v8::internal::compiler::final |
Completed in 10 milliseconds