V8 Project
instruction-selector.cc File Reference
+ Include dependency graph for instruction-selector.cc:

Go to the source code of this file.

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::internal
 
 v8::internal::compiler
 

Macros

#define DECLARE_UNIMPLEMENTED_SELECTOR(x)    void InstructionSelector::Visit##x(Node* node) { UNIMPLEMENTED(); }
 

Functions

static void v8::internal::compiler::CheckNoPhis (const BasicBlock *block)
 
static InstructionOperand * v8::internal::compiler::UseOrImmediate (OperandGenerator *g, Node *input)
 

Macro Definition Documentation

◆ DECLARE_UNIMPLEMENTED_SELECTOR

#define DECLARE_UNIMPLEMENTED_SELECTOR (   x)     void InstructionSelector::Visit##x(Node* node) { UNIMPLEMENTED(); }

Definition at line 1065 of file instruction-selector.cc.