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

  /external/chromium_org/v8/src/
hydrogen.cc 492 // block is treated as if it would not be part of the graph. "visited_count()"
507 int visited_count() const { return visited_count_; } function in class:v8::internal::BASE_EMBEDDED
594 ASSERT(analyzer.visited_count() == blocks_.length());
    [all...]
  /external/v8/src/
hydrogen.cc 440 // block is treated as if it would not be part of the graph. "visited_count()"
455 int visited_count() const { return visited_count_; } function in class:v8::internal::BASE_EMBEDDED
538 ASSERT(analyzer.visited_count() == blocks_.length());
    [all...]

Completed in 42 milliseconds