V8 Project
|
#include <simplified-operator.h>
Public Member Functions | |
int | tag () const |
Public Attributes | |
BaseTaggedness | base_is_tagged |
int | offset |
Handle< Name > | name |
Type * | type |
MachineType | machine_type |
Definition at line 36 of file simplified-operator.h.
|
inline |
Definition at line 43 of file simplified-operator.h.
References base_is_tagged, v8::internal::kHeapObjectTag, and v8::internal::compiler::kTaggedBase.
Referenced by v8::internal::compiler::SimplifiedLowering::DoLoadField(), v8::internal::compiler::SimplifiedLowering::DoStoreField(), and v8::internal::compiler::RepresentationChanger::TypeForBasePointer().
BaseTaggedness v8::internal::compiler::FieldAccess::base_is_tagged |
Definition at line 37 of file simplified-operator.h.
Referenced by v8::internal::compiler::SimplifiedLowering::DoStoreField(), v8::internal::compiler::StaticParameterTraits< FieldAccess >::Equals(), and tag().
MachineType v8::internal::compiler::FieldAccess::machine_type |
Definition at line 41 of file simplified-operator.h.
Referenced by v8::internal::compiler::SimplifiedLowering::DoLoadField(), v8::internal::compiler::SimplifiedLowering::DoStoreField(), v8::internal::compiler::StaticParameterTraits< FieldAccess >::Equals(), v8::internal::compiler::StaticParameterTraits< FieldAccess >::HashCode(), and v8::internal::compiler::RepresentationSelector::VisitNode().
Definition at line 39 of file simplified-operator.h.
int v8::internal::compiler::FieldAccess::offset |
Definition at line 38 of file simplified-operator.h.
Referenced by v8::internal::compiler::SimplifiedLowering::DoLoadField(), v8::internal::compiler::SimplifiedLowering::DoStoreField(), v8::internal::compiler::StaticParameterTraits< FieldAccess >::Equals(), v8::internal::compiler::StaticParameterTraits< FieldAccess >::HashCode(), and v8::internal::compiler::StaticParameterTraits< FieldAccess >::PrintTo().
Type* v8::internal::compiler::FieldAccess::type |
Definition at line 40 of file simplified-operator.h.
Referenced by v8::internal::compiler::SimplifiedLowering::DoStoreField(), and v8::internal::compiler::StaticParameterTraits< FieldAccess >::Equals().