Searched refs:ast_node_count (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/src/
H A Dcompiler.cc596 function_info->set_ast_node_count(lit->ast_node_count());
667 shared->set_ast_node_count(lit->ast_node_count());
H A Dfull-codegen.h73 ? info->function()->ast_node_count() : 0,
H A Dobjects-printer.cc798 os << "\n - ast_node_count: " << ast_node_count();
H A Dobjects-inl.h5470 SMI_ACCESSORS(SharedFunctionInfo, ast_node_count, kAstNodeCountOffset)
5525 ast_node_count,
H A Dast.h2432 int ast_node_count() { return ast_properties_.node_count(); } function in class:v8::internal::FINAL
H A Dobjects.h6727 inline int ast_node_count() const;
H A Dhydrogen.cc7751 int nodes_added = target_shared->ast_node_count();
7828 nodes_added = function->ast_node_count();
H A Druntime.cc8837 (function->shared()->ast_node_count() > 512) ? Compiler::CONCURRENT

Completed in 282 milliseconds