Searched defs:mapInfo (Results 1 – 3 of 3) sorted by relevance
129 type mapInfo struct { struct130 m *Mapping131 offset int64
151 type mapInfo struct { struct152 m *Mapping153 offset int64
114 final MapInfo mapInfo; field in RetraceWrapper.LocalLazyRetracer119 public LocalLazyRetracer(MapInfo mapInfo, Path mapPath) { in LocalLazyRetracer()142 private final MapInfo mapInfo; field in RetraceWrapper.RemoteLazyRetracer148 MapInfo mapInfo, BuildInfo buildInfo, String mappingFile, String zipEntry) { in RemoteLazyRetracer()820 MapInfo mapInfo = new MapInfo(id, id); in populateRemoteMappingFileMap() local