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

  /external/v8/src/
version.h 41 static bool IsCandidate() { return candidate_; }
version.cc 80 const char* candidate = IsCandidate() ? " (candidate)" : "";
102 const char* candidate = IsCandidate() ? "-candidate" : "";

Completed in 618 milliseconds