V8 Project
|
#include <opcodes.h>
Public Types | |
enum | Value { kLast } |
Static Public Member Functions | |
static const char * | Mnemonic (Value val) |
static bool | IsJsOpcode (Value val) |
static bool | IsControlOpcode (Value val) |
static bool | IsCommonOpcode (Value val) |
Definition at line 292 of file opcodes.h.
References COMMON_OP_LIST, CONTROL_OP_LIST, and RETURN_NAME.
Definition at line 280 of file opcodes.h.
References CONTROL_OP_LIST, and RETURN_NAME.
Referenced by v8::internal::compiler::Scheduler::ConnectFloatingControlSubgraph(), v8::internal::compiler::OperatorProperties::HasControlOutput(), and v8::internal::compiler::NodeProperties::IsControl().
Definition at line 268 of file opcodes.h.
References JS_OP_LIST, and RETURN_NAME.
Referenced by v8::internal::compiler::OperatorProperties::HasContextInput().
|
inlinestatic |
Definition at line 256 of file opcodes.h.
References ALL_OP_LIST, and RETURN_NAME.
Referenced by v8::internal::compiler::anonymous_namespace{graph-unittest.cc}::NodeMatcher::DescribeTo(), v8::internal::compiler::anonymous_namespace{graph-unittest.cc}::NodeMatcher::MatchAndExplain(), v8::internal::compiler::anonymous_namespace{simplified-operator-unittest.cc}::operator<<(), v8::internal::compiler::anonymous_namespace{common-operator-unittest.cc}::operator<<(), and v8::internal::compiler::JSONGraphNodeWriter::Pre().