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

  /external/v8/src/compiler/
js-inlining-heuristic.cc 59 if (shared->ast_node_count() > FLAG_max_inlined_nodes) {
185 cumulative_count_ += shared->ast_node_count();
274 cumulative_count_ += function->shared()->ast_node_count();
302 PrintF(" - size:%d, name: %s\n", shared->ast_node_count(),
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher-job.cc 368 tracer_, kCompile, parse_info_->literal()->ast_node_count());
462 parse_info_->literal()->ast_node_count());
  /external/v8/src/full-codegen/
full-codegen.cc 64 ? info->literal()->ast_node_count()
    [all...]
  /external/v8/src/
objects-printer.cc 1043 os << "\n - ast_node_count = " << ast_node_count();
    [all...]
compiler.cc 472 shared_info->set_ast_node_count(literal->ast_node_count());
    [all...]
objects-inl.h     [all...]
objects.h     [all...]
  /external/v8/src/ast/
ast.h 2665 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 227 milliseconds