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

  /external/v8/src/compiler/
js-inlining-heuristic.cc 60 if (function->shared()->ast_node_count() > FLAG_max_inlined_nodes) {
125 cumulative_count_ += candidate.function->shared()->ast_node_count();
148 candidate.function->shared()->ast_node_count(),
  /external/v8/src/full-codegen/
full-codegen.h 45 ? info->literal()->ast_node_count()
    [all...]
  /external/v8/src/
objects-printer.cc 943 os << "\n - ast_node_count = " << ast_node_count();
    [all...]
compiler.cc 614 shared_info->set_ast_node_count(lit->ast_node_count());
    [all...]
objects-inl.h     [all...]
objects.h     [all...]
  /external/v8/src/ast/
ast.h 2683 int ast_node_count() { return ast_properties_.node_count(); } function in class:v8::internal::final
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]

Completed in 255 milliseconds