Searched refs:codeAttr (Results 1 – 11 of 11) sorted by relevance
81 CodeAttribute codeAttr = minfo.getCodeAttribute(); in doit() local82 if (codeAttr == null) in doit()85 CodeIterator iterator = codeAttr.iterator(); in doit()87 LoopContext context = new LoopContext(codeAttr.getMaxLocals()); in doit()93 ExceptionTable et = codeAttr.getExceptionTable(); in doit()106 if (codeAttr.getMaxLocals() < context.maxLocals) in doit()107 codeAttr.setMaxLocals(context.maxLocals); in doit()109 codeAttr.setMaxStack(codeAttr.getMaxStack() + context.maxStack); in doit()
309 CodeAttribute codeAttr = oldIterator.get(); in runEditor() local310 int orgLocals = codeAttr.getMaxLocals(); in runEditor()311 int orgStack = codeAttr.getMaxStack(); in runEditor()313 codeAttr.setMaxStack(stack()); in runEditor()314 codeAttr.setMaxLocals(newLocals); in runEditor()324 codeAttr.setMaxLocals(orgLocals); in runEditor()325 codeAttr.setMaxStack(orgStack); in runEditor()
496 CodeAttribute codeAttr = minfo.getCodeAttribute(); in doit() local497 if (codeAttr == null || transformers == null) in doit()502 CodeIterator iterator = codeAttr.iterator(); in doit()530 codeAttr.setMaxLocals(codeAttr.getMaxLocals() + locals); in doit()533 codeAttr.setMaxStack(codeAttr.getMaxStack() + stack); in doit()
185 CodeAttribute codeAttr = methodInfo.getCodeAttribute(); in callsSuper() local186 if (codeAttr != null) { in callsSuper()187 CodeIterator it = codeAttr.iterator(); in callsSuper()
1499 CodeAttribute codeAttr = m.getCodeAttribute(); in modifyClassConstructor() local1500 if (codeAttr == null) in modifyClassConstructor()1504 CodeIterator it = codeAttr.iterator(); in modifyClassConstructor()1507 int maxstack = codeAttr.getMaxStack(); in modifyClassConstructor()1509 codeAttr.setMaxStack(stacksize); in modifyClassConstructor()1511 int maxlocals = codeAttr.getMaxLocals(); in modifyClassConstructor()1513 codeAttr.setMaxLocals(localsize); in modifyClassConstructor()1540 CodeAttribute codeAttr = minfo.getCodeAttribute(); in modifyConstructors() local1541 if (codeAttr != null) in modifyConstructors()1544 codeAttr.getMaxLocals()); in modifyConstructors()[all …]
23 private CodeAttribute codeAttr; field in CodeAnalyzer26 codeAttr = ca; in CodeAnalyzer()38 CodeIterator ci = codeAttr.iterator(); in computeMaxStack()41 constPool = codeAttr.getConstPool(); in computeMaxStack()42 initStack(stack, codeAttr); in computeMaxStack()
35 protected CodeAttribute codeAttr; field in CodeIterator42 codeAttr = ca; in CodeIterator()99 return codeAttr; in get()270 ConstPool cp = codeAttr.getConstPool(); in skipSuperConstructor0()271 String thisClassName = codeAttr.getDeclaringClass(); in skipSuperConstructor0()611 get().getExceptionTable(), codeAttr, gap); in insertGapAt()618 get().getExceptionTable(), codeAttr); in insertGapAt()630 codeAttr.setCode(c); in insertGapAt()657 codeAttr.getExceptionTable().add(0, et, offset); in insert()697 codeAttr.setCode(newcode); in appendGap()[all …]
54 attr->name() == codeAttr || in parseMappedAttribute()105 if (!fastHasAttribute(codeAttr)) in rendererIsNeeded()116 args.set("code", getAttribute(codeAttr)); in createRenderer()
99 } else if (attr->name() == codeAttr) in parseMappedAttribute()
354 didBlockScript |= eraseAttributeIfInjected(token, codeAttr); in filterAppletToken()
499 (WebCore::HTMLEmbedElement::parseMappedAttribute): Split codeAttr