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.cc 596 function_info->set_ast_node_count(lit->ast_node_count());
667 shared->set_ast_node_count(lit->ast_node_count());
    [all...]
full-codegen.h 73 ? info->function()->ast_node_count() : 0,
    [all...]
objects-printer.cc 798 os << "\n - ast_node_count: " << ast_node_count();
    [all...]
objects-inl.h     [all...]
ast.h 2432 int ast_node_count() { return ast_properties_.node_count(); } function in class:v8::internal::FINAL
    [all...]
objects.h     [all...]
hydrogen.cc     [all...]
runtime.cc     [all...]

Completed in 985 milliseconds