Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc405 std::regex native_alloc_regex("dex2oat took.*native alloc=[^ ]+ \\(([0-9]+)B\\)"); in ParseNativeAlloc() local
407 bool found = std::regex_search(output_, native_alloc_match, native_alloc_regex); in ParseNativeAlloc()