![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <operations.h>
Public Types | |
| enum class | Kind : uint8_t { kEqual , kLessThan , kLessThanOrEqual } |
Public Types inherited from v8::internal::compiler::turboshaft::FixedArityOperationT< 2, StringComparisonOp > | |
| using | Base |
Public Types inherited from v8::internal::compiler::turboshaft::OperationT< StringComparisonOp > | |
| using | Base |
Static Public Member Functions | |
| static bool | IsCommutative (Kind kind) |
Static Public Member Functions inherited from v8::internal::compiler::turboshaft::FixedArityOperationT< 2, StringComparisonOp > | |
| static StringComparisonOp & | New (Graph *graph, Args... args) |
Static Public Member Functions inherited from v8::internal::compiler::turboshaft::OperationT< StringComparisonOp > | |
| static constexpr OpEffects | Effects () |
| static constexpr bool | IsBlockTerminator () |
| static constexpr std::optional< OpEffects > | EffectsIfStatic () |
| static size_t | StorageSlotCount (size_t input_count) |
| static StringComparisonOp & | New (Graph *graph, size_t input_count, Args... args) |
| static StringComparisonOp & | New (Graph *graph, ShadowyOpIndexVectorWrapper inputs, Args... args) |
Static Public Member Functions inherited from v8::internal::compiler::turboshaft::Operation | |
| static size_t | StorageSlotCount (Opcode opcode, size_t input_count) |
Public Attributes | |
| Kind | kind |
Public Attributes inherited from v8::internal::compiler::turboshaft::Operation | |
| const Opcode | opcode |
| SaturatedUint8 | saturated_use_count |
| const uint16_t | input_count |
Static Public Attributes | |
| static constexpr OpEffects | effects |
Static Public Attributes inherited from v8::internal::compiler::turboshaft::FixedArityOperationT< 2, StringComparisonOp > | |
| static constexpr uint16_t | input_count |
Static Public Attributes inherited from v8::internal::compiler::turboshaft::OperationT< StringComparisonOp > | |
| static const Opcode | opcode |
Additional Inherited Members | |
Protected Member Functions inherited from v8::internal::compiler::turboshaft::Operation | |
| 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 5704 of file operations.h.
|
strong |
| Enumerator | |
|---|---|
| kEqual | |
| kLessThan | |
| kLessThanOrEqual | |
Definition at line 5705 of file operations.h.
|
inline |
Definition at line 5732 of file operations.h.
|
inline |
|
inlinestatic |
Definition at line 5727 of file operations.h.
Definition at line 5729 of file operations.h.
|
inline |
Definition at line 5736 of file operations.h.
|
inline |
Definition at line 5717 of file operations.h.
Definition at line 5730 of file operations.h.
|
staticconstexpr |
Definition at line 5712 of file operations.h.
| Kind v8::internal::compiler::turboshaft::StringComparisonOp::kind |
Definition at line 5710 of file operations.h.