Searched refs:TypedBlock (Results 1 – 3 of 3) sorted by relevance
/external/javassist/src/main/javassist/bytecode/stackmap/ |
D | MapMaker.java | 91 TypedBlock[] blocks = TypedBlock.makeBlocks(minfo, ca, true); in make() 112 TypedBlock[] blocks = TypedBlock.makeBlocks(minfo, ca, true); in make2() 124 TypedBlock.getRetType(minfo.getDescriptor())); in MapMaker() 134 void make(TypedBlock[] blocks, byte[] code) in make() 137 TypedBlock first = blocks[0]; in make() 154 private void fixParamTypes(TypedBlock first) throws BadBytecode { in fixParamTypes() 170 private void make(byte[] code, TypedBlock tb) in make() 186 TypedBlock e = (TypedBlock)tb.exit[i]; in make() 198 private void traceException(byte[] code, TypedBlock.Catch handler) in traceException() 201 TypedBlock tb = (TypedBlock)handler.body; in traceException() [all …]
|
D | Liveness.java | 34 public void compute(CodeIterator ci, TypedBlock[] blocks, int maxLocals, in compute() 47 private void useAllArgs(TypedBlock[] blocks, TypeData[] args) { in useAllArgs() 61 private void computeLiveness1(TypedBlock tb) { in computeLiveness1() 80 TypedBlock h = (TypedBlock)handlers.body; in computeLiveness1() 91 TypedBlock e = (TypedBlock)tb.exit[i]; in computeLiveness1() 113 private void computeLiveness1u(TypedBlock tb) { in computeLiveness1u() 126 private void computeLiveness2(TypedBlock tb) { in computeLiveness2() 136 TypedBlock e = (TypedBlock)tb.exit[i]; in computeLiveness2() 147 TypedBlock e = (TypedBlock)tb.exit[i]; in computeLiveness2() 170 private boolean computeLiveness2except(TypedBlock tb) { in computeLiveness2except() [all …]
|
D | TypedBlock.java | 20 public class TypedBlock extends BasicBlock { class 40 public static TypedBlock[] makeBlocks(MethodInfo minfo, CodeAttribute ca, in makeBlocks() 44 TypedBlock[] blocks = (TypedBlock[])new Maker().make(minfo); in makeBlocks() 59 protected TypedBlock(int pos) { in TypedBlock() method in TypedBlock 129 return new TypedBlock(pos); in makeBlock() 133 return new TypedBlock[size]; in makeArray()
|