Searched refs:fixTypes (Results 1 – 2 of 2) sorted by relevance
175 fixTypes(code, blocks); in make()389 private void fixTypes(byte[] code, TypedBlock[] blocks) throws NotFoundException, BadBytecode { in fixTypes() method in MapMaker
357 fixTypes(scc, cp); in dfs()363 private void fixTypes(List<TypeData> scc, ClassPool cp) throws NotFoundException { in fixTypes() method in TypeData.TypeVar