Definition at line 31 of file change-lowering-unittest.cc.
◆ ChangeLoweringTest()
v8::internal::compiler::ChangeLoweringTest::ChangeLoweringTest |
( |
| ) |
|
|
inline |
◆ ~ChangeLoweringTest()
virtual v8::internal::compiler::ChangeLoweringTest::~ChangeLoweringTest |
( |
| ) |
|
|
inlinevirtual |
◆ HeapNumberValueOffset()
int v8::internal::compiler::ChangeLoweringTest::HeapNumberValueOffset |
( |
| ) |
const |
|
inlineprotected |
◆ Is32()
bool v8::internal::compiler::ChangeLoweringTest::Is32 |
( |
| ) |
const |
|
inlineprotected |
◆ IsAllocateHeapNumber()
Matcher<Node*> v8::internal::compiler::ChangeLoweringTest::IsAllocateHeapNumber |
( |
const Matcher< Node * > & |
effect_matcher, |
|
|
const Matcher< Node * > & |
control_matcher |
|
) |
| |
|
inlineprotected |
Definition at line 88 of file change-lowering-unittest.cc.
92 CEntryStub(
isolate(), 1).GetCode())),
Isolate * isolate() const
static const Function * FunctionForId(FunctionId id)
static Unique< T > CreateImmovable(Handle< T > handle)
Matcher< Node * > IsNumberConstant(const Matcher< double > &value_matcher)
Matcher< Node * > IsInt32Constant(const Matcher< int32_t > &value_matcher)
Matcher< Node * > IsCall(const Matcher< CallDescriptor * > &descriptor_matcher, const Matcher< Node * > &value0_matcher, const Matcher< Node * > &value1_matcher, const Matcher< Node * > &value2_matcher, const Matcher< Node * > &value3_matcher, const Matcher< Node * > &effect_matcher, const Matcher< Node * > &control_matcher)
Matcher< Node * > IsExternalConstant(const Matcher< ExternalReference > &value_matcher)
Matcher< Node * > IsHeapConstant(const Matcher< Unique< HeapObject > > &value_matcher)
References _, v8::internal::Runtime::FunctionForId(), v8::internal::compiler::IsCall(), v8::internal::compiler::IsExternalConstant(), v8::internal::compiler::IsHeapConstant(), v8::internal::compiler::IsInt32Constant(), v8::internal::compiler::IsNumberConstant(), and v8::TestWithIsolate::isolate().
◆ IsWordEqual()
Matcher<Node*> v8::internal::compiler::ChangeLoweringTest::IsWordEqual |
( |
const Matcher< Node * > & |
lhs_matcher, |
|
|
const Matcher< Node * > & |
rhs_matcher |
|
) |
| |
|
inlineprotected |
◆ Parameter()
Node* v8::internal::compiler::ChangeLoweringTest::Parameter |
( |
int32_t |
index = 0 | ) |
|
|
inlineprotected |
◆ PointerSize()
int v8::internal::compiler::ChangeLoweringTest::PointerSize |
( |
| ) |
const |
|
inlineprotected |
◆ Reduce()
Reduction v8::internal::compiler::ChangeLoweringTest::Reduce |
( |
Node * |
node | ) |
|
|
inlineprotected |
◆ simplified()
SimplifiedOperatorBuilder* v8::internal::compiler::ChangeLoweringTest::simplified |
( |
| ) |
|
|
inlineprotected |
◆ SmiMaxValue()
int v8::internal::compiler::ChangeLoweringTest::SmiMaxValue |
( |
| ) |
const |
|
inlineprotected |
◆ SmiMinValue()
int v8::internal::compiler::ChangeLoweringTest::SmiMinValue |
( |
| ) |
const |
|
inlineprotected |
◆ SmiShiftAmount()
int v8::internal::compiler::ChangeLoweringTest::SmiShiftAmount |
( |
| ) |
const |
|
inlineprotected |
◆ SmiShiftSize()
int v8::internal::compiler::ChangeLoweringTest::SmiShiftSize |
( |
| ) |
const |
|
inlineprotected |
◆ SmiValueSize()
int v8::internal::compiler::ChangeLoweringTest::SmiValueSize |
( |
| ) |
const |
|
inlineprotected |
◆ WordRepresentation()
virtual MachineType v8::internal::compiler::ChangeLoweringTest::WordRepresentation |
( |
| ) |
const |
|
pure virtual |
◆ simplified_
SimplifiedOperatorBuilder v8::internal::compiler::ChangeLoweringTest::simplified_ |
|
private |
The documentation for this class was generated from the following file: