Home
last modified time | relevance | path

Searched defs:codeLength (Results 1 – 22 of 22) 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
DSimpleEnumUseSimplifier.java118 int codeLength = codeAttribute.u4codeLength; in visitCodeAttribute() local
DSimpleEnumUseChecker.java117 int codeLength = codeAttribute.u4codeLength; in visitCodeAttribute() local
DEvaluationShrinker.java192 int codeLength = codeAttribute.u4codeLength; in visitCodeAttribute0() local
2027 int codeLength = codeAttribute.u4codeLength; in initializeNecessary() local
DEvaluationSimplifier.java136 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.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/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DBase64.java104 int codeLength = ((src.length + 2) / 3) * 4; in encode() local
/external/pdfium/fxbarcode/oned/
DBC_OnedCodaBarWriter.cpp204 int32_t codeLength) { in RenderResult()
DBC_OnedCode39Writer.cpp252 int32_t codeLength) { in RenderResult()
DBC_OneDimWriter.cpp289 int32_t codeLength) { in RenderResult()
/external/aac/libAACenc/src/
Dbit_cnt.cpp728 INT codeWord, codeLength; in FDKaacEnc_codeValues() local
942 INT codeWord, codeLength; in FDKaacEnc_codeScalefactorDelta() 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.java325 int codeLength = codeAttribute.u4codeLength; in visitCodeAttribute() local
/external/proguard/src/proguard/classfile/util/
DDynamicClassReferenceInitializer.java418 int codeLength) in isDotClassMethodCode()
/external/skia/third_party/gif/
DSkGifImageReader.cpp249 unsigned short codeLength = 0; in doLZW() local
/external/skqp/third_party/gif/
DSkGifImageReader.cpp249 unsigned short codeLength = 0; in doLZW() local
/external/proguard/src/proguard/preverify/
DCodePreverifier.java105 int codeLength = codeAttribute.u4codeLength; in visitCodeAttribute0() local
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/
DPass3aVerifier.java238 final int codeLength = code.getCode().length; in delayedPass2Checks() local