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.h156 void set_ast_context(AstContext* ctx) { ast_context_ = ctx; } in set_ast_context() function
Dast-graph-builder.cc945 owner()->set_ast_context(this); // Push. in AstContext()
953 owner()->set_ast_context(outer_); // Pop. in ~AstContext()
/external/v8/src/crankshaft/
Dhydrogen.h2229 void set_ast_context(AstContext* context) { ast_context_ = context; } in set_ast_context() function
Dhydrogen.cc4291 owner->set_ast_context(this); // Push. in AstContext()
4300 owner_->set_ast_context(outer_); // Pop. in ~AstContext()