Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.cc1050 #define VISIT(VisitorType) \ in InitOatMaps() argument
1052 VisitorType visitor(this, offset); \ in InitOatMaps()
1109 #define VISIT(VisitorType) \ in InitOatCodeDexFiles() argument
1111 VisitorType visitor(this, offset); \ in InitOatCodeDexFiles()
1300 #define VISIT(VisitorType) \ in WriteMaps() argument
1302 VisitorType visitor(this, out, file_offset, relative_offset); \ in WriteMaps()
1360 #define VISIT(VisitorType) \ in WriteCodeDexFiles() argument
1362 VisitorType visitor(this, out, file_offset, relative_offset); \ in WriteCodeDexFiles()