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

  /external/v8/src/
version.h 21 static bool IsCandidate() { return candidate_; }
version.cc 47 const char* candidate = IsCandidate() ? " (candidate)" : "";
69 const char* candidate = IsCandidate() ? "-candidate" : "";
log-utils.cc 61 Version::IsCandidate());
  /external/v8/test/cctest/
test-log.cc 543 i::Version::GetPatch(), i::Version::IsCandidate());

Completed in 119 milliseconds