Searched refs:set_ast_context (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/compiler/
H A Dast-graph-builder.h51 void set_ast_context(AstContext* ctx) { ast_context_ = ctx; } function in class:v8::internal::compiler::AstGraphBuilder
H A Dast-graph-builder.cc238 owner()->set_ast_context(this); // Push.
246 owner()->set_ast_context(outer_); // Pop.
/external/chromium_org/v8/src/
H A Dhydrogen.h2164 void set_ast_context(AstContext* context) { ast_context_ = context; } function in class:v8::internal::HOptimizedGraphBuilder
H A Dhydrogen.cc3990 owner->set_ast_context(this); // Push.
3999 owner_->set_ast_context(outer_); // Pop.

Completed in 1892 milliseconds