Home
last modified time | relevance | path

Searched defs:codeLength (Results 1 – 25 of 36) sorted by relevance

12

/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DAttribute.java156 final int codeLength, in write()
188 final int codeLength = 0; in computeAttributesSize() local
216 final int codeLength, in computeAttributesSize()
276 final int codeLength = 0; in putAttributes() local
303 final int codeLength, in putAttributes()
/external/proguard/src/proguard/optimize/evaluation/
DVariableOptimizer.java121 int codeLength = codeAttribute.u4codeLength; in visitCodeAttribute() local
250 int codeLength = codeAttribute.u4codeLength; in initializeArrays() local
265 int codeLength) in areNonOverlapping()
293 int codeLength) in updateLiveness()
DLivenessAnalyzer.java207 int codeLength = codeAttribute.u4codeLength; in visitCodeAttribute() local
/external/proguard/src/proguard/classfile/editor/
DInstructionWriter.java50 private int codeLength; field in InstructionWriter
59 public void reset(int codeLength) in reset()
74 public void extend(int codeLength) in extend()
DCodeAttributeEditor.java69 private int codeLength; field in CodeAttributeEditor
118 public void reset(int codeLength) in reset()
147 public void extend(int codeLength) in extend()
540 int codeLength = codeAttribute.u4codeLength; in canPerformSimpleReplacements() local
566 int codeLength = codeAttribute.u4codeLength; in performSimpleReplacements() local
1149 int codeLength) in removeEmptyLineNumbers()
DCodeAttributeComposer.java68 private int codeLength; field in CodeAttributeComposer
838 int codeLength) in removeEmptyLineNumbers()
/external/javassist/src/main/javassist/bytecode/
DCodeAnalyzer.java75 int codeLength = stack.length; in visitBytecode() local
100 int codeLength, int[] stack, int stackDepth, int[] jsrDepth) in processBranch()
190 private void checkTarget(int opIndex, int target, int codeLength, in checkTarget()
/external/ow2-asm/asm-tree/src/test/java/org/objectweb/asm/tree/
DComment.java67 final int codeLength, in write()
DCodeComment.java72 final int codeLength, in write()
/external/ow2-asm/asm/src/test/java/org/objectweb/asm/
DComment.java61 final int codeLength, in write()
DCodeComment.java66 final int codeLength, in write()
/external/ow2-asm/asm-commons/src/test/java/org/objectweb/asm/commons/
DComment.java67 final int codeLength, in write()
DCodeComment.java73 final int codeLength, in write()
/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/
DModuleTargetAttribute.java80 final int codeLength, in write()
DModuleResolutionAttribute.java106 final int codeLength, in write()
DModuleHashesAttribute.java118 final int codeLength, in write()
/external/ow2-asm/asm-util/src/test/java/org/objectweb/asm/util/
DCodeComment.java73 final int codeLength, in write()
DComment.java68 final int codeLength, in write()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DBase64.java104 int codeLength = ((src.length + 2) / 3) * 4; in encode() local
/external/aac/libAACenc/src/
Dbit_cnt.cpp728 INT codeWord, codeLength; in FDKaacEnc_codeValues() local
942 INT codeWord, codeLength; in FDKaacEnc_codeScalefactorDelta() local
/external/javassist/src/main/javassist/expr/
DNewArray.java197 int codeLength; in replace2() local
/external/proguard/src/proguard/classfile/attribute/visitor/
DStackSizeComputer.java137 int codeLength = codeAttribute.u4codeLength; in visitCodeAttribute0() local
/external/proguard/src/proguard/optimize/peephole/
DReachableCodeMarker.java87 int codeLength = codeAttribute.u4codeLength; in visitCodeAttribute() local
/external/proguard/src/proguard/classfile/util/
DDynamicClassReferenceInitializer.java418 int codeLength) in isDotClassMethodCode()
/external/proguard/src/proguard/preverify/
DCodePreverifier.java105 int codeLength = codeAttribute.u4codeLength; in visitCodeAttribute0() local

12