V8 Project
v8::internal::compiler::ChangeLowering32Test Class Reference
+ Inheritance diagram for v8::internal::compiler::ChangeLowering32Test:
+ Collaboration diagram for v8::internal::compiler::ChangeLowering32Test:

Public Member Functions

virtual ~ChangeLowering32Test ()
 
virtual MachineType WordRepresentation () const FINAL OVERRIDE
 
- Public Member Functions inherited from v8::internal::compiler::ChangeLoweringTest
 ChangeLoweringTest ()
 
virtual ~ChangeLoweringTest ()
 
- Public Member Functions inherited from v8::internal::compiler::GraphTest
 GraphTest (int parameters=1)
 
virtual ~GraphTest ()
 
- Public Member Functions inherited from v8::TestWithContext
 TestWithContext ()
 
virtual ~TestWithContext ()
 
const Local< Context > & context () const
 
- Public Member Functions inherited from v8::TestWithIsolate
 TestWithIsolate ()
 
Isolateisolate () const
 
- Public Member Functions inherited from v8::internal::TestWithZone
 TestWithZone ()
 
virtual ~TestWithZone ()
 
Zonezone ()
 
- Public Member Functions inherited from v8::internal::TestWithIsolate
 TestWithIsolate ()
 
virtual ~TestWithIsolate ()
 
Factory * factory () const
 
Isolateisolate () const
 

Additional Inherited Members

- Static Public Member Functions inherited from v8::TestWithIsolate
static void SetUpTestCase ()
 
static void TearDownTestCase ()
 
- Protected Member Functions inherited from v8::internal::compiler::ChangeLoweringTest
int HeapNumberValueOffset () const
 
bool Is32 () const
 
int PointerSize () const
 
int SmiMaxValue () const
 
int SmiMinValue () const
 
int SmiShiftAmount () const
 
int SmiShiftSize () const
 
int SmiValueSize () const
 
Node * Parameter (int32_t index=0)
 
Reduction Reduce (Node *node)
 
SimplifiedOperatorBuilder * simplified ()
 
Matcher< Node * > IsAllocateHeapNumber (const Matcher< Node * > &effect_matcher, const Matcher< Node * > &control_matcher)
 
Matcher< Node * > IsWordEqual (const Matcher< Node * > &lhs_matcher, const Matcher< Node * > &rhs_matcher)
 
- Protected Member Functions inherited from v8::internal::compiler::GraphTest
Node * Parameter (int32_t index)
 
Node * Float32Constant (volatile float value)
 
Node * Float64Constant (volatile double value)
 
Node * Int32Constant (int32_t value)
 
Node * Int64Constant (int64_t value)
 
Node * NumberConstant (volatile double value)
 
Node * HeapConstant (const Unique< HeapObject > &value)
 
Node * FalseConstant ()
 
Node * TrueConstant ()
 
Matcher< Node * > IsFalseConstant ()
 
Matcher< Node * > IsTrueConstant ()
 
CommonOperatorBuilder * common ()
 
Graphgraph ()
 

Detailed Description

Definition at line 187 of file change-lowering-unittest.cc.

Constructor & Destructor Documentation

◆ ~ChangeLowering32Test()

virtual v8::internal::compiler::ChangeLowering32Test::~ChangeLowering32Test ( )
inlinevirtual

Definition at line 189 of file change-lowering-unittest.cc.

189 {}

Member Function Documentation

◆ WordRepresentation()

virtual MachineType v8::internal::compiler::ChangeLowering32Test::WordRepresentation ( ) const
inlinevirtual

Implements v8::internal::compiler::ChangeLoweringTest.

Definition at line 190 of file change-lowering-unittest.cc.

190  {
191  return kRepWord32;
192  }

References v8::internal::compiler::kRepWord32.


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