Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc406 std::smatch native_alloc_match; in ParseNativeAlloc() local
407 bool found = std::regex_search(output_, native_alloc_match, native_alloc_regex); in ParseNativeAlloc()
412 if (native_alloc_match.size() != 2U) { in ParseNativeAlloc()
413 EXPECT_EQ(native_alloc_match.size(), 2U); in ParseNativeAlloc()
417 std::istringstream stream(native_alloc_match[1].str()); in ParseNativeAlloc()