HomeSort by relevance Sort by last modified time
    Searched refs:set_ast_context (Results 1 - 4 of 4) sorted by null

  /external/v8/src/compiler/
ast-graph-builder.h 149 void set_ast_context(AstContext* ctx) { ast_context_ = ctx; } function in class:v8::internal::compiler::AstGraphBuilder
ast-graph-builder.cc 761 owner()->set_ast_context(this); // Push.
769 owner()->set_ast_context(outer_); // Pop.
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h 2125 void set_ast_context(AstContext* context) { ast_context_ = context; } function in class:v8::internal::HOptimizedGraphBuilder
    [all...]
hydrogen.cc     [all...]

Completed in 205 milliseconds