Searched refs:rebuildStackMap (Results 1 – 7 of 7) sorted by relevance
29 mth.getMethodInfo().rebuildStackMap(cc.getClassPool()); in main()
55 rebuildStackMap(cc, cp, minfo); in rebuildStackMaps()59 …protected static void rebuildStackMap(CtClass cc, ClassPool cp, MethodInfo minfo) throws BadByteco… in rebuildStackMap() method in StackMapTest86 minfo.rebuildStackMap(cp); in rebuildStackMaps2()803 mi.rebuildStackMap(loader); in testJsr()819 rebuildStackMap(cc, cp, minfo); in tstCtClassType()
91 mth.getMethodInfo().rebuildStackMap(ClassPool.getDefault()); in testJIRA152()
440 rebuildStackMap(pool); in rebuildStackMapIf6()455 public void rebuildStackMap(ClassPool pool) throws BadBytecode { in rebuildStackMap() method in MethodInfo
237 method.methodInfo.rebuildStackMap(clazz.classPool) // update stack table in <lambda>()
407 mi.rebuildStackMap(classPool); in rebuildClassFile()
170 mth.getMethodInfo().rebuildStackMap(cc.getClassPool()); in testNewRemover()917 mth.getMethodInfo().rebuildStackMap(cc.getClassPool()); in testJIRA195()