V8 Project
simplified-operator.h File Reference
+ Include dependency graph for simplified-operator.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  v8::internal::compiler::FieldAccess
 
struct  v8::internal::compiler::ElementAccess
 
class  v8::internal::compiler::FINAL< kOperandKind, kNumCachedOperands >
 

Namespaces

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

Typedefs

typedef TypeImpl< ZoneTypeConfig > v8::internal::Type
 

Enumerations

enum  v8::internal::compiler::BaseTaggedness { v8::internal::compiler::kUntaggedBase , v8::internal::compiler::kTaggedBase }
 

Functions

OStream & v8::internal::compiler::operator<< (OStream &os, BaseTaggedness base_taggedness)
 
bool v8::internal::compiler::operator== (ElementAccess const &lhs, ElementAccess const &rhs)
 
bool v8::internal::compiler::operator!= (ElementAccess const &lhs, ElementAccess const &rhs)
 
OStream & v8::internal::compiler::operator<< (OStream &os, ElementAccess const &access)
 
const FieldAccess & v8::internal::compiler::FieldAccessOf (const Operator *op)
 
const ElementAccess & v8::internal::compiler::ElementAccessOf (const Operator *op)
 

Variables

static const int v8::internal::compiler::kNonHeapObjectHeaderSize = kHeapObjectTag