V8 Project
|
#include <simplified-operator.h>
Public Member Functions | |
int | tag () const |
Public Attributes | |
BaseTaggedness | base_is_tagged |
int | header_size |
Type * | type |
MachineType | machine_type |
Definition at line 51 of file simplified-operator.h.
|
inline |
Definition at line 57 of file simplified-operator.h.
References base_is_tagged, v8::internal::kHeapObjectTag, and v8::internal::compiler::kTaggedBase.
Referenced by v8::internal::compiler::SimplifiedLowering::ComputeIndex(), and v8::internal::compiler::RepresentationChanger::TypeForBasePointer().
BaseTaggedness v8::internal::compiler::ElementAccess::base_is_tagged |
int v8::internal::compiler::ElementAccess::header_size |
Definition at line 53 of file simplified-operator.h.
Referenced by v8::internal::compiler::SimplifiedLowering::ComputeIndex(), v8::internal::compiler::StaticParameterTraits< ElementAccess >::Equals(), v8::internal::compiler::StaticParameterTraits< ElementAccess >::HashCode(), v8::internal::compiler::operator<<(), and v8::internal::compiler::operator==().
MachineType v8::internal::compiler::ElementAccess::machine_type |
Definition at line 55 of file simplified-operator.h.
Referenced by v8::internal::compiler::SimplifiedLowering::ComputeIndex(), v8::internal::compiler::SimplifiedLowering::DoLoadElement(), v8::internal::compiler::SimplifiedLowering::DoStoreElement(), v8::internal::compiler::StaticParameterTraits< ElementAccess >::Equals(), v8::internal::compiler::StaticParameterTraits< ElementAccess >::HashCode(), v8::internal::compiler::operator<<(), v8::internal::compiler::operator==(), and v8::internal::compiler::RepresentationSelector::VisitNode().
Type* v8::internal::compiler::ElementAccess::type |