Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.cc805 #define VISIT(VisitorType) \ in InitOatMaps() argument
807 VisitorType visitor(this, offset); \ in InitOatMaps()
870 #define VISIT(VisitorType) \ in InitOatCodeDexFiles() argument
872 VisitorType visitor(this, offset); \ in InitOatCodeDexFiles()
1007 #define VISIT(VisitorType) \ in WriteMaps() argument
1009 VisitorType visitor(this, out, file_offset, relative_offset); \ in WriteMaps()
1080 #define VISIT(VisitorType) \ in WriteCodeDexFiles() argument
1082 VisitorType visitor(this, out, file_offset, relative_offset); \ in WriteCodeDexFiles()