ast_context() const | v8::internal::compiler::AstGraphBuilder | inlineprotected |
ast_context_ | v8::internal::compiler::AstGraphBuilder | private |
AstGraphBuilder(CompilationInfo *info, JSGraph *jsgraph) | v8::internal::compiler::AstGraphBuilder | |
BaseEnvironment typedef | v8::internal::compiler::AstGraphBuilder | protected |
breakable() const | v8::internal::compiler::AstGraphBuilder | inlineprotected |
breakable_ | v8::internal::compiler::AstGraphBuilder | private |
BuildArgumentsObject(Variable *arguments) | v8::internal::compiler::AstGraphBuilder | protected |
BuildBinaryOp(Node *left, Node *right, Token::Value op) | v8::internal::compiler::AstGraphBuilder | protected |
BuildHoleCheckSilent(Node *value, Node *for_hole, Node *not_hole) | v8::internal::compiler::AstGraphBuilder | protected |
BuildHoleCheckThrow(Node *value, Variable *var, Node *not_hole) | v8::internal::compiler::AstGraphBuilder | protected |
BuildLoadBuiltinsObject() | v8::internal::compiler::AstGraphBuilder | protected |
BuildLoadClosure() | v8::internal::compiler::AstGraphBuilder | protected |
BuildLoadGlobalObject() | v8::internal::compiler::AstGraphBuilder | protected |
BuildLoadObjectField(Node *object, int offset) | v8::internal::compiler::AstGraphBuilder | protected |
BuildLocalFunctionContext(Node *context, Node *closure) | v8::internal::compiler::AstGraphBuilder | protected |
BuildThrowReferenceError(Variable *var) | v8::internal::compiler::AstGraphBuilder | protected |
BuildToBoolean(Node *value) | v8::internal::compiler::AstGraphBuilder | protected |
BuildVariableAssignment(Variable *var, Node *value, Token::Value op, BailoutId bailout_id) | v8::internal::compiler::AstGraphBuilder | protected |
BuildVariableDelete(Variable *var) | v8::internal::compiler::AstGraphBuilder | protected |
BuildVariableLoad(Variable *var, BailoutId bailout_id, ContextualMode mode=CONTEXTUAL) | v8::internal::compiler::AstGraphBuilder | protected |
common() const | v8::internal::compiler::StructuredGraphBuilder | inlineprotected |
common_ | v8::internal::compiler::StructuredGraphBuilder | private |
CopyEnvironment(BaseEnvironment *env) | v8::internal::compiler::AstGraphBuilder | protectedvirtual |
CreateGraph() | v8::internal::compiler::AstGraphBuilder | |
current_context() const | v8::internal::compiler::StructuredGraphBuilder | inlineprotected |
current_context_ | v8::internal::compiler::StructuredGraphBuilder | private |
current_scope() const | v8::internal::compiler::AstGraphBuilder | inlineprivate |
dead_control() | v8::internal::compiler::StructuredGraphBuilder | protected |
dead_control_ | v8::internal::compiler::StructuredGraphBuilder | private |
DEFINE_AST_VISITOR_SUBCLASS_MEMBERS() | v8::internal::compiler::AstGraphBuilder | private |
DISALLOW_COPY_AND_ASSIGN(AstGraphBuilder) | v8::internal::compiler::AstGraphBuilder | private |
environment() | v8::internal::compiler::AstGraphBuilder | inlineprotected |
v8::internal::compiler::StructuredGraphBuilder::environment() const | v8::internal::compiler::StructuredGraphBuilder | inlineprotected |
environment_ | v8::internal::compiler::StructuredGraphBuilder | private |
execution_context() const | v8::internal::compiler::AstGraphBuilder | inlineprotected |
execution_context_ | v8::internal::compiler::AstGraphBuilder | private |
exit_control() const | v8::internal::compiler::StructuredGraphBuilder | inlineprotected |
exit_control_ | v8::internal::compiler::StructuredGraphBuilder | private |
function_closure_ | v8::internal::compiler::AstGraphBuilder | private |
function_context_ | v8::internal::compiler::AstGraphBuilder | private |
GetFunctionClosure() | v8::internal::compiler::AstGraphBuilder | protected |
GetFunctionContext() | v8::internal::compiler::AstGraphBuilder | protected |
globals() | v8::internal::compiler::AstGraphBuilder | inlineprivate |
globals_ | v8::internal::compiler::AstGraphBuilder | private |
graph() const | v8::internal::compiler::GraphBuilder | inline |
graph_ | v8::internal::compiler::GraphBuilder | private |
GraphBuilder(Graph *graph) | v8::internal::compiler::GraphBuilder | inlineexplicit |
info() | v8::internal::compiler::AstGraphBuilder | inlineprivate |
info_ | v8::internal::compiler::AstGraphBuilder | private |
isolate() const | v8::internal::compiler::StructuredGraphBuilder | inlineprotected |
javascript() | v8::internal::compiler::AstGraphBuilder | inlineprivate |
jsgraph() | v8::internal::compiler::AstGraphBuilder | inlineprivate |
jsgraph_ | v8::internal::compiler::AstGraphBuilder | private |
MakeNode(const Operator *op, int value_input_count, Node **value_inputs) FINAL | v8::internal::compiler::StructuredGraphBuilder | protectedvirtual |
MakeUnique(Handle< T > object) | v8::internal::compiler::StructuredGraphBuilder | inlineprotected |
MergeControl(Node *control, Node *other) | v8::internal::compiler::StructuredGraphBuilder | |
MergeEffect(Node *value, Node *other, Node *control) | v8::internal::compiler::StructuredGraphBuilder | |
MergeValue(Node *value, Node *other, Node *control) | v8::internal::compiler::StructuredGraphBuilder | |
NewBranch(Node *condition) | v8::internal::compiler::StructuredGraphBuilder | inline |
NewEffectPhi(int count, Node *input, Node *control) | v8::internal::compiler::StructuredGraphBuilder | |
NewIfFalse() | v8::internal::compiler::StructuredGraphBuilder | inline |
NewIfTrue() | v8::internal::compiler::StructuredGraphBuilder | inline |
NewLoop() | v8::internal::compiler::StructuredGraphBuilder | inline |
NewMerge() | v8::internal::compiler::StructuredGraphBuilder | inline |
NewNode(const Operator *op) | v8::internal::compiler::GraphBuilder | inline |
NewNode(const Operator *op, Node *n1) | v8::internal::compiler::GraphBuilder | inline |
NewNode(const Operator *op, Node *n1, Node *n2) | v8::internal::compiler::GraphBuilder | inline |
NewNode(const Operator *op, Node *n1, Node *n2, Node *n3) | v8::internal::compiler::GraphBuilder | inline |
NewNode(const Operator *op, Node *n1, Node *n2, Node *n3, Node *n4) | v8::internal::compiler::GraphBuilder | inline |
NewNode(const Operator *op, Node *n1, Node *n2, Node *n3, Node *n4, Node *n5) | v8::internal::compiler::GraphBuilder | inline |
NewNode(const Operator *op, Node *n1, Node *n2, Node *n3, Node *n4, Node *n5, Node *n6) | v8::internal::compiler::GraphBuilder | inline |
NewNode(const Operator *op, int value_input_count, Node **value_inputs) | v8::internal::compiler::GraphBuilder | inline |
NewPhi(int count, Node *input, Node *control) | v8::internal::compiler::StructuredGraphBuilder | |
Pipeline class | v8::internal::compiler::AstGraphBuilder | friend |
PrepareFrameState(Node *node, BailoutId ast_id, OutputFrameStateCombine combine=kIgnoreOutput) | v8::internal::compiler::AstGraphBuilder | private |
ProcessArguments(const Operator *op, int arity) | v8::internal::compiler::AstGraphBuilder | private |
set_ast_context(AstContext *ctx) | v8::internal::compiler::AstGraphBuilder | inlineprotected |
set_breakable(BreakableScope *brk) | v8::internal::compiler::AstGraphBuilder | inlineprotected |
set_current_context(Node *context) | v8::internal::compiler::StructuredGraphBuilder | inlineprotected |
set_environment(Environment *env) | v8::internal::compiler::StructuredGraphBuilder | inlineprotected |
set_execution_context(ContextScope *ctx) | v8::internal::compiler::AstGraphBuilder | inlineprotected |
set_exit_control(Node *node) | v8::internal::compiler::StructuredGraphBuilder | inlineprotected |
StateCombineFromAstContext() | v8::internal::compiler::AstGraphBuilder | private |
strict_mode() | v8::internal::compiler::AstGraphBuilder | inlineprivate |
StructuredGraphBuilder(Graph *graph, CommonOperatorBuilder *common) | v8::internal::compiler::StructuredGraphBuilder | |
UpdateControlDependencyToLeaveFunction(Node *exit) | v8::internal::compiler::StructuredGraphBuilder | protected |
VisitArithmeticExpression(BinaryOperation *expr) | v8::internal::compiler::AstGraphBuilder | private |
VisitCallJSRuntime(CallRuntime *expr) | v8::internal::compiler::AstGraphBuilder | private |
VisitComma(BinaryOperation *expr) | v8::internal::compiler::AstGraphBuilder | private |
VisitDeclarations(ZoneList< Declaration * > *declarations) | v8::internal::compiler::AstGraphBuilder | protectedvirtual |
VisitDelete(UnaryOperation *expr) | v8::internal::compiler::AstGraphBuilder | private |
VisitForEffect(Expression *expr) | v8::internal::compiler::AstGraphBuilder | private |
VisitForInAssignment(Expression *expr, Node *value) | v8::internal::compiler::AstGraphBuilder | private |
VisitForTest(Expression *expr) | v8::internal::compiler::AstGraphBuilder | private |
VisitForValue(Expression *expr) | v8::internal::compiler::AstGraphBuilder | private |
VisitForValueOrNull(Expression *expr) | v8::internal::compiler::AstGraphBuilder | private |
VisitForValues(ZoneList< Expression * > *exprs) | v8::internal::compiler::AstGraphBuilder | private |
VisitIfNotNull(Statement *stmt) | v8::internal::compiler::AstGraphBuilder | private |
VisitIterationBody(IterationStatement *stmt, LoopBuilder *loop, int) | v8::internal::compiler::AstGraphBuilder | private |
VisitLogicalExpression(BinaryOperation *expr) | v8::internal::compiler::AstGraphBuilder | private |
VisitNot(UnaryOperation *expr) | v8::internal::compiler::AstGraphBuilder | private |
VisitTypeof(UnaryOperation *expr) | v8::internal::compiler::AstGraphBuilder | private |
VisitVoid(UnaryOperation *expr) | v8::internal::compiler::AstGraphBuilder | private |
zone() const | v8::internal::compiler::StructuredGraphBuilder | inlineprotected |
~GraphBuilder() | v8::internal::compiler::GraphBuilder | inlinevirtual |
~StructuredGraphBuilder() | v8::internal::compiler::StructuredGraphBuilder | inlinevirtual |