Home
last modified time | relevance | path

Searched refs:ast_node_count (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/compiler/
Djs-inlining-heuristic.cc59 if (shared->ast_node_count() > FLAG_max_inlined_nodes) { in CanInlineFunction()
185 cumulative_count_ += shared->ast_node_count(); in InlineCandidate()
274 cumulative_count_ += function->shared()->ast_node_count(); in InlineCandidate()
302 PrintF(" - size:%d, name: %s\n", shared->ast_node_count(), in PrintCandidates()
/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher-job.cc368 tracer_, kCompile, parse_info_->literal()->ast_node_count()); in Compile()
462 parse_info_->literal()->ast_node_count()); in EstimateRuntimeOfNextStepInMs()
/external/v8/src/full-codegen/
Dfull-codegen.cc64 ? info->literal()->ast_node_count() in FullCodeGenerator()
/external/v8/src/
Dobjects-printer.cc1043 os << "\n - ast_node_count = " << ast_node_count(); in SharedFunctionInfoPrint()
Dcompiler.cc472 shared_info->set_ast_node_count(literal->ast_node_count()); in SetSharedFunctionFlagsFromLiteral()
Dobjects-inl.h5891 SMI_ACCESSORS(SharedFunctionInfo, ast_node_count, kAstNodeCountOffset) in SMI_ACCESSORS()
5949 ast_node_count,
Dobjects.h7203 inline int ast_node_count() const;
/external/v8/src/ast/
Dast.h2665 int ast_node_count() { return ast_properties_.node_count(); } in ast_node_count() function
/external/v8/src/crankshaft/
Dhydrogen.cc8040 int nodes_added = target_shared->ast_node_count(); in InliningAstSize()
8144 nodes_added = function->ast_node_count(); in TryInline()