![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <operations.h>
Classes | |
union | Storage |
Public Types | |
enum class | Kind : uint8_t { kWord32 , kWord64 , kFloat32 , kFloat64 , kSmi , kNumber , kTaggedIndex , kExternal , kHeapObject , kCompressedHeapObject , kTrustedHeapObject , kRelocatableWasmCall , kRelocatableWasmStubCall , kRelocatableWasmIndirectCallTarget , kRelocatableWasmCanonicalSignatureId } |
![]() | |
using | Base |
![]() | |
using | Base |
Static Public Member Functions | |
static RegisterRepresentation | Representation (Kind kind) |
![]() | |
static ConstantOp & | New (Graph *graph, Args... args) |
![]() | |
static constexpr OpEffects | Effects () |
static constexpr bool | IsBlockTerminator () |
static constexpr std::optional< OpEffects > | EffectsIfStatic () |
static size_t | StorageSlotCount (size_t input_count) |
static ConstantOp & | New (Graph *graph, size_t input_count, Args... args) |
static ConstantOp & | New (Graph *graph, ShadowyOpIndexVectorWrapper inputs, Args... args) |
![]() | |
static size_t | StorageSlotCount (Opcode opcode, size_t input_count) |
Public Attributes | |
Kind | kind |
RegisterRepresentation | rep = Representation(kind) |
union v8::internal::compiler::turboshaft::ConstantOp::Storage | storage |
![]() | |
const Opcode | opcode |
SaturatedUint8 | saturated_use_count |
const uint16_t | input_count |
Static Public Attributes | |
static constexpr OpEffects | effects = OpEffects() |
![]() | |
static constexpr uint16_t | input_count |
![]() | |
static const Opcode | opcode |
Additional Inherited Members | |
![]() | |
Operation (Opcode opcode, size_t input_count) | |
template<class OpmaskT > | |
V8_CLANG_NO_SANITIZE ("memory") bool IsOpmask() const | |
Operation (const Operation &)=delete | |
Operation & | operator= (const Operation &)=delete |
Definition at line 2602 of file operations.h.
|
strong |
Definition at line 2603 of file operations.h.
Definition at line 2682 of file operations.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 2780 of file operations.h.
|
inline |
Definition at line 2649 of file operations.h.
|
inline |
Definition at line 2694 of file operations.h.
|
inline |
|
inline |
Definition at line 2758 of file operations.h.
|
inline |
|
inline |
Definition at line 2810 of file operations.h.
|
inline |
Definition at line 2777 of file operations.h.
|
inline |
Definition at line 2645 of file operations.h.
void v8::internal::compiler::turboshaft::ConstantOp::PrintOptions | ( | std::ostream & | os | ) | const |
|
inlinestatic |
Definition at line 2654 of file operations.h.
|
inline |
Definition at line 2699 of file operations.h.
|
inline |
|
inline |
Definition at line 2685 of file operations.h.
|
inline |
|
inline |
Definition at line 2644 of file operations.h.
Kind v8::internal::compiler::turboshaft::ConstantOp::kind |
Definition at line 2621 of file operations.h.
RegisterRepresentation v8::internal::compiler::turboshaft::ConstantOp::rep = Representation(kind) |
Definition at line 2622 of file operations.h.
union v8::internal::compiler::turboshaft::ConstantOp::Storage v8::internal::compiler::turboshaft::ConstantOp::storage |