Home
last modified time | relevance | path

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

/aosp12/art/compiler/utils/
H A Dassembler_thumb_test.cc58 std::regex annotation_re(" <\\.text\\+\\w+>"); in DumpAndCheck() local
59 disassembly = std::regex_replace(disassembly, annotation_re, ""); in DumpAndCheck()