V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::compiler::MachineOperatorBuilder::AlignmentRequirements Class Reference

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)
 

Detailed Description

Definition at line 156 of file machine-operator.h.


The documentation for this class was generated from the following file: