Searched refs:codeAttr (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/classfile/
H A DClassMethod.java153 CodeAttribute codeAttr = codeAttribute();
154 return (codeAttr == null) ? 0 : codeAttr.codeSize();
189 CodeAttribute codeAttr = codeAttribute();
/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/impl/
H A DMethodAnnotater.java226 final CodeAttribute codeAttr = method.codeAttribute();
227 if (codeAttr == null) {
233 if (isAnnotated(codeAttr)) {
247 checkCode(codeAttr);
252 largestLoop = Loop.checkLoops(codeAttr.theCode());
253 checkCode(codeAttr);
266 private boolean isAnnotated(CodeAttribute codeAttr) {
267 for (Insn insn = codeAttr.theCode();
393 void checkCode(CodeAttribute codeAttr) { argument
395 Insn firstInsn = codeAttr
1201 annotateClone(CodeAttribute codeAttr, String superName) argument
[all...]

Completed in 43 milliseconds