|
V8 Project
|
Inheritance diagram for v8::internal::compiler::Verifier::Visitor:
Collaboration diagram for v8::internal::compiler::Verifier::Visitor:Public Member Functions | |
| Visitor (Zone *zone) | |
| GenericGraphVisit::Control | Pre (Node *node) |
Public Member Functions inherited from v8::internal::compiler::GenericGraphVisit::NullNodeVisitor< B, S > | |
| Control | Pre (GenericNode< B, S > *node) |
| Control | Post (GenericNode< B, S > *node) |
| void | PreEdge (GenericNode< B, S > *from, int index, GenericNode< B, S > *to) |
| void | PostEdge (GenericNode< B, S > *from, int index, GenericNode< B, S > *to) |
Public Attributes | |
| bool | from_start |
| NodeSet | reached_from_start |
| NodeSet | reached_from_end |
Definition at line 46 of file verifier.cc.
|
inlineexplicit |
Definition at line 48 of file verifier.cc.
| GenericGraphVisit::Control v8::internal::compiler::Verifier::Visitor::Pre | ( | Node * | node | ) |
Definition at line 63 of file verifier.cc.
References CHECK, CHECK_EQ, CHECK_GT, v8::internal::compiler::GenericGraphVisit::CONTINUE, from_start, v8::internal::compiler::NodeProperties::GetContextInput(), v8::internal::compiler::OperatorProperties::GetContextInputCount(), v8::internal::compiler::NodeProperties::GetControlInput(), v8::internal::compiler::OperatorProperties::GetControlInputCount(), v8::internal::compiler::NodeProperties::GetEffectInput(), v8::internal::compiler::OperatorProperties::GetEffectInputCount(), v8::internal::compiler::NodeProperties::GetFrameStateInput(), v8::internal::compiler::OperatorProperties::GetFrameStateInputCount(), v8::internal::compiler::NodeProperties::GetValueInput(), v8::internal::compiler::OperatorProperties::GetValueInputCount(), v8::internal::compiler::OperatorProperties::GetValueOutputCount(), v8::internal::compiler::OperatorProperties::HasControlOutput(), v8::internal::compiler::OperatorProperties::HasEffectOutput(), v8::internal::compiler::OperatorProperties::HasFrameStateInput(), v8::internal::compiler::OperatorProperties::HasValueOutput(), v8::internal::compiler::IsDefUseChainLinkPresent(), v8::internal::compiler::IsUseDefChainLinkPresent(), v8::internal::compiler::NodeProperties::IsValueEdge(), reached_from_end, reached_from_start, and UNREACHABLE.
Here is the call graph for this function:| bool v8::internal::compiler::Verifier::Visitor::from_start |
Definition at line 57 of file verifier.cc.
Referenced by Pre(), and v8::internal::compiler::Verifier::Run().
| NodeSet v8::internal::compiler::Verifier::Visitor::reached_from_end |
Definition at line 59 of file verifier.cc.
Referenced by Pre(), and v8::internal::compiler::Verifier::Run().
| NodeSet v8::internal::compiler::Verifier::Visitor::reached_from_start |
Definition at line 58 of file verifier.cc.
Referenced by Pre(), and v8::internal::compiler::Verifier::Run().