![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <operations.h>
Static Public Member Functions | |
| static CompareMapsOp & | New (Graph *graph, V< HeapObject > heap_object, OptionalV< Map > map, ZoneRefSet< Map > maps) |
Static Public Member Functions inherited from v8::internal::compiler::turboshaft::OperationT< CompareMapsOp > | |
| static constexpr OpEffects | Effects () |
| static constexpr bool | IsBlockTerminator () |
| static constexpr std::optional< OpEffects > | EffectsIfStatic () |
| static size_t | StorageSlotCount (size_t input_count) |
| static CompareMapsOp & | New (Graph *graph, size_t input_count, Args... args) |
| static CompareMapsOp & | 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 | |
| ZoneRefSet< Map > | maps |
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 = OpEffects().CanReadHeapMemory() |
Static Public Attributes inherited from v8::internal::compiler::turboshaft::OperationT< CompareMapsOp > | |
| static const Opcode | opcode |
Additional Inherited Members | |
Public Types inherited from v8::internal::compiler::turboshaft::OperationT< CompareMapsOp > | |
| using | Base |
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 6076 of file operations.h.
|
inline |
Definition at line 6095 of file operations.h.
|
inline |
Definition at line 6109 of file operations.h.
|
inline |
Definition at line 6089 of file operations.h.
|
inline |
Definition at line 6084 of file operations.h.
Definition at line 6091 of file operations.h.
|
inlinestatic |
Definition at line 6113 of file operations.h.
|
inline |
Definition at line 6105 of file operations.h.
|
inline |
Definition at line 6080 of file operations.h.
| void v8::internal::compiler::turboshaft::CompareMapsOp::PrintOptions | ( | std::ostream & | os | ) | const |
|
staticconstexpr |
Definition at line 6079 of file operations.h.
| ZoneRefSet<Map> v8::internal::compiler::turboshaft::CompareMapsOp::maps |
Definition at line 6077 of file operations.h.