Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/stackmap/
DMapMaker.java175 fixTypes(code, blocks); in make()
389 private void fixTypes(byte[] code, TypedBlock[] blocks) throws NotFoundException, BadBytecode { in fixTypes() method in MapMaker
DTypeData.java357 fixTypes(scc, cp); in dfs()
363 private void fixTypes(List<TypeData> scc, ClassPool cp) throws NotFoundException { in fixTypes() method in TypeData.TypeVar