V8 Project
verifier.cc File Reference
+ Include dependency graph for verifier.cc:

Go to the source code of this file.

Classes

class  v8::internal::compiler::Verifier::Visitor
 

Namespaces

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

Functions

static bool v8::internal::compiler::IsDefUseChainLinkPresent (Node *def, Node *use)
 
static bool v8::internal::compiler::IsUseDefChainLinkPresent (Node *def, Node *use)
 
static bool v8::internal::compiler::HasDominatingDef (Schedule *schedule, Node *node, BasicBlock *container, BasicBlock *use_block, int use_pos)
 
static void v8::internal::compiler::CheckInputsDominate (Schedule *schedule, BasicBlock *block, Node *node, int use_pos)