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

  /external/v8/src/compiler/
ast-graph-builder.cc 760 : kind_(kind), owner_(own), outer_(own->ast_context()) {
893 ast_context()->ProduceValue(expr, jsgraph()->UndefinedConstant());
903 ast_context()->ProduceValue(expr, jsgraph()->UndefinedConstant());
913 ast_context()->ProduceValue(expr, jsgraph()->UndefinedConstant());
923 ast_context()->ProduceValue(expr, jsgraph()->UndefinedConstant());
    [all...]
ast-graph-builder.h 129 AstContext* ast_context() const { return ast_context_; } function in class:v8::internal::compiler::AstGraphBuilder
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]
hydrogen.h 2124 AstContext* ast_context() const { return ast_context_; } function in class:v8::internal::HOptimizedGraphBuilder
    [all...]
  /external/v8/tools/clang/value_cleanup/
ListValueRewriter.cpp 36 clang::ASTContext* ast_context,
40 ast_context_(ast_context),

Completed in 435 milliseconds