![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <cstdint>#include "include/v8-internal.h"#include "src/base/hashing.h"#include "src/base/logging.h"#include "src/codegen/machine-type.h"#include "src/compiler/turboshaft/utils.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
| namespace | v8::internal::compiler |
| namespace | v8::internal::compiler::turboshaft |
Functions | |
| V8_INLINE constexpr bool | v8::internal::compiler::turboshaft::operator== (MaybeRegisterRepresentation a, MaybeRegisterRepresentation b) |
| V8_INLINE constexpr bool | v8::internal::compiler::turboshaft::operator!= (MaybeRegisterRepresentation a, MaybeRegisterRepresentation b) |
| V8_INLINE size_t | v8::internal::compiler::turboshaft::hash_value (MaybeRegisterRepresentation rep) |
| std::ostream & | v8::internal::compiler::turboshaft::operator<< (std::ostream &os, MaybeRegisterRepresentation rep) |
| V8_INLINE constexpr bool | v8::internal::compiler::turboshaft::operator== (MemoryRepresentation a, MemoryRepresentation b) |
| V8_INLINE constexpr bool | v8::internal::compiler::turboshaft::operator!= (MemoryRepresentation a, MemoryRepresentation b) |
| V8_INLINE size_t | v8::internal::compiler::turboshaft::hash_value (MemoryRepresentation rep) |
| std::ostream & | v8::internal::compiler::turboshaft::operator<< (std::ostream &os, MemoryRepresentation rep) |