Home
last modified time | relevance | path

Searched refs:smaller (Results 1 – 2 of 2) sorted by relevance

/art/cmdline/
Dtoken_range.h200 auto& smaller = Size() < other.Size() ? *this : other; in StartsWith() local
203 return std::equal(smaller.begin(), smaller.end(), greater.begin()); in StartsWith()
382 static bool StartsWith(const std::string& larger, const std::string& smaller) { in StartsWith()
383 if (larger.size() >= smaller.size()) { in StartsWith()
384 return std::equal(smaller.begin(), smaller.end(), larger.begin()); in StartsWith()
/art/test/547-regression-trycatch-critical-edge/smali/
DTestCase.smali19 # the outer loop would have a smaller liveness position than the two back edges