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

  /external/v8/src/ast/
ast-numbering.cc 57 void IncrementNodeCount() { properties_.add_node_count(1); }
ast.h 171 void add_node_count(int count) { node_count_ += count; } function in class:v8::internal::BASE_EMBEDDED
    [all...]

Completed in 58 milliseconds