Home | History | Annotate | Download | only in compiler

Lines Matching refs:VISIT

700 // Visit all methods from all classes in all dex files with the specified visitor.
805 #define VISIT(VisitorType) \
813 VISIT(InitMapMethodVisitor<GcMapDataAccess>);
814 VISIT(InitMapMethodVisitor<MappingTableDataAccess>);
815 VISIT(InitMapMethodVisitor<VmapTableDataAccess>);
817 #undef VISIT
870 #define VISIT(VisitorType) \
878 VISIT(InitCodeMethodVisitor);
880 VISIT(InitImageMethodVisitor);
883 #undef VISIT
1007 #define VISIT(VisitorType) \
1017 VISIT(WriteMapMethodVisitor<GcMapDataAccess>);
1021 VISIT(WriteMapMethodVisitor<MappingTableDataAccess>);
1025 VISIT(WriteMapMethodVisitor<VmapTableDataAccess>);
1028 #undef VISIT
1080 #define VISIT(VisitorType) \
1089 VISIT(WriteCodeMethodVisitor);
1091 #undef VISIT