Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dast-graph-builder.h160 void set_ast_context(AstContext* ctx) { ast_context_ = ctx; } in set_ast_context() function
Dast-graph-builder.cc923 owner()->set_ast_context(this); // Push. in AstContext()
931 owner()->set_ast_context(outer_); // Pop. in ~AstContext()
/external/v8/src/crankshaft/
Dhydrogen.h2131 void set_ast_context(AstContext* context) { ast_context_ = context; } in set_ast_context() function
Dhydrogen.cc3720 owner->set_ast_context(this); // Push. in AstContext()
3729 owner_->set_ast_context(outer_); // Pop. in ~AstContext()