Home
last modified time | relevance | path

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

/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
DEvaluationShrinker.java196 int codeLength = codeAttribute.u4codeLength; in visitCodeAttribute0() local
1951 int codeLength = codeAttribute.u4codeLength; in initializeNecessary() local
DEvaluationSimplifier.java138 int codeLength = codeAttribute.u4codeLength; in visitCodeAttribute0() 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.java62 private int codeLength; field in CodeAttributeEditor
111 public void reset(int codeLength) in reset()
140 public void extend(int codeLength) in extend()
529 int codeLength = codeAttribute.u4codeLength; in canPerformSimpleReplacements() local
555 int codeLength = codeAttribute.u4codeLength; in performSimpleReplacements() local
1081 int codeLength) in removeEmptyLineNumbers()
DCodeAttributeComposer.java67 private int codeLength; field in CodeAttributeComposer
803 int codeLength) in removeEmptyLineNumbers()
/external/javassist/src/main/javassist/bytecode/
DCodeAnalyzer.java74 int codeLength = stack.length; in visitBytecode() local
99 int codeLength, int[] stack, int stackDepth, int[] jsrDepth) in processBranch()
189 private void checkTarget(int opIndex, int target, int codeLength, in checkTarget()
DLocalVariableAttribute.java173 public int codeLength(int i) { in codeLength() method in LocalVariableAttribute
DCodeIterator.java687 int codeLength = code.length; in appendGap() local
822 int codeLength = code.length; in insertGapCore1() local
/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.cpp549 INT codeLength; in FDKaacEnc_countValues() local
783 INT codeWord,codeLength; in FDKaacEnc_codeValues() local
1110 INT codeWord,codeLength; in FDKaacEnc_codeScalefactorDelta() local
/external/javassist/src/main/javassist/expr/
DNewArray.java177 int codeLength; in replace2() local
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
DGIFImageReader.cpp239 unsigned short codeLength = 0; in doLZW() 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
DBranchTargetFinder.java320 int codeLength = codeAttribute.u4codeLength; in visitCodeAttribute() local
/external/proguard/src/proguard/classfile/util/
DDynamicClassReferenceInitializer.java417 int codeLength) in isDotClassMethodCode()
/external/proguard/src/proguard/preverify/
DCodePreverifier.java105 int codeLength = codeAttribute.u4codeLength; in visitCodeAttribute0() local
/external/javassist/src/main/javassist/bytecode/analysis/
DAnalyzer.java130 int codeLength = codeAttribute.getCodeLength(); in analyze() local
/external/mockito/cglib-and-asm/src/org/mockito/asm/
DClassReader.java867 int codeLength = readInt(v + 4); in accept() local