Searched refs:GetPatch (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Dversion.cc86 if (GetPatch() > 0) {
88 GetMajor(), GetMinor(), GetBuild(), GetPatch(), candidate,
103 if (GetPatch() > 0) {
105 GetMajor(), GetMinor(), GetBuild(), GetPatch(), candidate);
H A Dversion.h40 static int GetPatch() { return patch_; } function in class:v8::internal::Version
/external/v8/src/
H A Dversion.cc86 if (GetPatch() > 0) {
88 GetMajor(), GetMinor(), GetBuild(), GetPatch(), candidate,
103 if (GetPatch() > 0) {
105 GetMajor(), GetMinor(), GetBuild(), GetPatch(), candidate);
H A Dversion.h40 static int GetPatch() { return patch_; } function in class:v8::internal::Version

Completed in 83 milliseconds