Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc426 std::smatch swap_match; in ParseSwap() local
427 bool found = std::regex_search(output_, swap_match, swap_regex); in ParseSwap()
437 if (swap_match.size() != 2U) { in ParseSwap()
438 EXPECT_EQ(swap_match.size(), 2U); in ParseSwap()
442 std::istringstream stream(swap_match[1].str()); in ParseSwap()