Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc386 std::smatch swap_match; in ParseSwap() local
387 bool found = std::regex_search(output_, swap_match, swap_regex); in ParseSwap()
397 if (swap_match.size() != 2U) { in ParseSwap()
398 EXPECT_EQ(swap_match.size(), 2U); in ParseSwap()
402 std::istringstream stream(swap_match[1].str()); in ParseSwap()