|
V8 Project
|
#include <node.h>
Inheritance diagram for v8::internal::compiler::NodeData:
Collaboration diagram for v8::internal::compiler::NodeData:Public Member Functions | |
| const Operator * | op () const |
| void | set_op (const Operator *op) |
| IrOpcode::Value | opcode () const |
| Bounds | bounds () |
Protected Member Functions | |
| NodeData (Zone *zone) | |
| void | set_bounds (Bounds b) |
Protected Attributes | |
| const Operator * | op_ |
| Bounds | bounds_ |
Friends | |
| class | NodeProperties |
|
inlineexplicitprotected |
|
inline |
|
inline |
|
inline |
Definition at line 29 of file node.h.
References DCHECK, v8::internal::compiler::IrOpcode::kLast, op_, and v8::internal::compiler::Operator::opcode().
Here is the call graph for this function:
|
inlineprotected |
|
inline |
|
friend |
|
protected |
Definition at line 38 of file node.h.
Referenced by bounds(), and set_bounds().
|
protected |