V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Types | |
enum | UnalignedAccessSupport { kNoSupport, kSomeSupport, kFullSupport } |
Public Member Functions | |
bool | IsUnalignedLoadSupported (MachineRepresentation rep) const |
bool | IsUnalignedStoreSupported (MachineRepresentation rep) const |
Static Public Member Functions | |
static AlignmentRequirements | FullUnalignedAccessSupport () |
static AlignmentRequirements | NoUnalignedAccessSupport () |
static AlignmentRequirements | SomeUnalignedAccessUnsupported (EnumSet< MachineRepresentation > unalignedLoadUnsupportedTypes, EnumSet< MachineRepresentation > unalignedStoreUnsupportedTypes) |
Definition at line 156 of file machine-operator.h.