Searched refs:ast_node_count (Results 1 – 10 of 10) sorted by relevance
60 if (function->shared()->ast_node_count() > FLAG_max_inlined_nodes) { in Reduce()114 cumulative_count_ += candidate.function->shared()->ast_node_count(); in Finalize()134 candidate.function->shared()->ast_node_count(), in PrintCandidates()
247 function->shared()->ast_node_count() > 512) in RUNTIME_FUNCTION()
48 ? info->literal()->ast_node_count() in FullCodeGenerator()
879 os << "\n - ast_node_count: " << ast_node_count(); in SharedFunctionInfoPrint()
922 shared_info->set_ast_node_count(lit->ast_node_count()); in Renumber()
5686 SMI_ACCESSORS(SharedFunctionInfo, ast_node_count, kAstNodeCountOffset) in ACCESSORS()5745 ast_node_count,
6671 inline int ast_node_count() const;
13786 shared_info->set_ast_node_count(lit->ast_node_count()); in InitFromFunctionLiteral()
2718 int ast_node_count() { return ast_properties_.node_count(); } in ast_node_count() function
8277 int nodes_added = target_shared->ast_node_count(); in InliningAstSize()8378 nodes_added = function->ast_node_count(); in TryInline()