Definition at line 310 of file simplified-lowering.cc.
◆ State
◆ AddUse()
bool v8::internal::compiler::RepresentationSelector::NodeInfo::AddUse |
( |
UseInfo | info | ) |
|
|
inline |
◆ feedback_type()
Type v8::internal::compiler::RepresentationSelector::NodeInfo::feedback_type |
( |
| ) |
const |
|
inline |
◆ pushed()
bool v8::internal::compiler::RepresentationSelector::NodeInfo::pushed |
( |
| ) |
const |
|
inline |
◆ queued()
bool v8::internal::compiler::RepresentationSelector::NodeInfo::queued |
( |
| ) |
const |
|
inline |
◆ representation()
◆ reset_state()
void v8::internal::compiler::RepresentationSelector::NodeInfo::reset_state |
( |
| ) |
|
|
inline |
◆ restriction_type()
Type v8::internal::compiler::RepresentationSelector::NodeInfo::restriction_type |
( |
| ) |
const |
|
inline |
◆ set_feedback_type()
void v8::internal::compiler::RepresentationSelector::NodeInfo::set_feedback_type |
( |
Type | type | ) |
|
|
inline |
◆ set_output()
void v8::internal::compiler::RepresentationSelector::NodeInfo::set_output |
( |
MachineRepresentation | output | ) |
|
|
inline |
◆ set_pushed()
void v8::internal::compiler::RepresentationSelector::NodeInfo::set_pushed |
( |
| ) |
|
|
inline |
◆ set_queued()
void v8::internal::compiler::RepresentationSelector::NodeInfo::set_queued |
( |
| ) |
|
|
inline |
◆ set_restriction_type()
void v8::internal::compiler::RepresentationSelector::NodeInfo::set_restriction_type |
( |
Type | type | ) |
|
|
inline |
◆ set_visited()
void v8::internal::compiler::RepresentationSelector::NodeInfo::set_visited |
( |
| ) |
|
|
inline |
◆ set_weakened()
void v8::internal::compiler::RepresentationSelector::NodeInfo::set_weakened |
( |
| ) |
|
|
inline |
◆ truncation()
Truncation v8::internal::compiler::RepresentationSelector::NodeInfo::truncation |
( |
| ) |
const |
|
inline |
◆ unvisited()
bool v8::internal::compiler::RepresentationSelector::NodeInfo::unvisited |
( |
| ) |
const |
|
inline |
◆ visited()
bool v8::internal::compiler::RepresentationSelector::NodeInfo::visited |
( |
| ) |
const |
|
inline |
◆ weakened()
bool v8::internal::compiler::RepresentationSelector::NodeInfo::weakened |
( |
| ) |
const |
|
inline |
◆ feedback_type_
Type v8::internal::compiler::RepresentationSelector::NodeInfo::feedback_type_ |
|
private |
◆ representation_
◆ restriction_type_
Type v8::internal::compiler::RepresentationSelector::NodeInfo::restriction_type_ = Type::Any() |
|
private |
◆ state_
State v8::internal::compiler::RepresentationSelector::NodeInfo::state_ = kUnvisited |
|
private |
◆ truncation_
◆ weakened_
bool v8::internal::compiler::RepresentationSelector::NodeInfo::weakened_ = false |
|
private |
The documentation for this class was generated from the following file: