Home
last modified time | relevance | path

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

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