Searched defs:codeLength (Results 1 - 17 of 17) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DCodeAnalyzer.java74 int codeLength = stack.length;
87 if (processBranch(op, ci, index, codeLength, stack, stackDepth, jsrDepth))
99 int codeLength, int[] stack, int stackDepth, int[] jsrDepth)
105 checkTarget(index, target, codeLength, stack, stackDepth);
112 checkTarget(index, target, codeLength, stack, stackDepth);
116 checkTarget(index, target, codeLength, stack, stackDepth);
125 checkTarget(index, target, codeLength, stack, stackDepth);
158 checkTarget(index, target, codeLength, stack, stackDepth);
164 checkTarget(index, target, codeLength,
176 checkTarget(index, target, codeLength,
98 processBranch(int opcode, CodeIterator ci, int index, int codeLength, int[] stack, int stackDepth, int[] jsrDepth) argument
189 checkTarget(int opIndex, int target, int codeLength, int[] stack, int stackDepth) argument
[all...]
H A DLocalVariableAttribute.java173 public int codeLength(int i) { method in class:LocalVariableAttribute
/external/proguard/src/proguard/classfile/editor/
H A DInstructionWriter.java50 private int codeLength; field in class:InstructionWriter
57 * @param codeLength the length of the code that will be edited next.
59 public void reset(int codeLength) argument
61 this.codeLength = codeLength;
65 codeAttributeEditor.reset(codeLength);
72 * @param codeLength the length of the code that will be edited next.
74 public void extend(int codeLength) argument
76 this.codeLength = codeLength;
[all...]
H A DCodeAttributeComposer.java67 private int codeLength; field in class:CodeAttributeComposer
121 codeLength = 0;
167 codeFragmentOffsets[level] = codeLength;
191 println("["+codeLength+"] <- ", instruction.toString(oldInstructionOffset));
195 int newCodeLength = codeLength + instruction.length(codeLength);
200 oldInstructionOffsets[codeLength] = oldInstructionOffset;
203 instructionOffsetMap[level][oldInstructionOffset] = codeLength;
210 codeLength,
212 //instruction.write(code, codeLength);
801 removeEmptyLineNumbers(LineNumberInfo[] lineNumberInfos, int lineNumberInfoCount, int codeLength) argument
[all...]
H A DCodeAttributeEditor.java62 private int codeLength; field in class:CodeAttributeEditor
109 * @param codeLength the length of the code that will be edited next.
111 public void reset(int codeLength) argument
114 if (preInsertions.length < codeLength)
116 preInsertions = new Instruction[codeLength];
117 replacements = new Instruction[codeLength];
118 postInsertions = new Instruction[codeLength];
119 deleted = new boolean[codeLength];
123 Arrays.fill(preInsertions, 0, codeLength, null);
124 Arrays.fill(replacements, 0, codeLength, nul
140 extend(int codeLength) argument
1079 removeEmptyLineNumbers(LineNumberInfo[] lineNumberInfos, int lineNumberInfoCount, int codeLength) argument
[all...]
/external/proguard/src/proguard/optimize/evaluation/
H A DVariableOptimizer.java121 int codeLength = codeAttribute.u4codeLength;
138 if (areNonOverlapping(oldIndex, newIndex, codeLength))
142 updateLiveness(oldIndex, newIndex, codeLength);
250 int codeLength = codeAttribute.u4codeLength;
253 if (variableMap.length < codeLength)
255 variableMap = new int[codeLength];
265 int codeLength)
268 for (int offset = 0; offset < codeLength; offset++)
293 int codeLength)
296 for (int offset = 0; offset < codeLength; offse
263 areNonOverlapping(int variableIndex1, int variableIndex2, int codeLength) argument
291 updateLiveness(int oldVariableIndex, int newVariableIndex, int codeLength) argument
[all...]
/external/aac/libAACenc/src/
H A Dbit_cnt.cpp549 INT codeLength; local
563 codeLength = HI_LTAB(FDKaacEnc_huff_ltab1_2[t0+1][t1+1][t2+1][t3+1]);
564 bitCnt+= codeLength;
574 codeLength = LO_LTAB(FDKaacEnc_huff_ltab1_2[t0+1][t1+1][t2+1][t3+1]);
575 bitCnt+= codeLength;
603 codeLength = HI_LTAB(FDKaacEnc_huff_ltab3_4[t0][t1][t2][t3]);
604 bitCnt+=codeLength+signLength;
631 codeLength = LO_LTAB(FDKaacEnc_huff_ltab3_4[t0][t1][t2][t3]);
632 bitCnt+=codeLength+signLength;
640 codeLength
783 INT codeWord,codeLength; local
1110 INT codeWord,codeLength; local
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
H A DGIFImageReader.cpp239 unsigned short codeLength = 0; local
243 codeLength = suffixLength[code];
244 rowIter += codeLength;
249 codeLength = suffixLength[oldcode] + 1;
250 rowIter += codeLength;
284 rowIter += codeLength;
/external/proguard/src/proguard/classfile/util/
H A DDynamicClassReferenceInitializer.java417 int codeLength)
420 if (codeAttribute.u4codeLength < codeLength)
427 codeAttribute.instructionsAccept(clazz, method, 0, codeLength, codeMatcher);
413 isDotClassMethodCode(Clazz clazz, Method method, CodeAttribute codeAttribute, InstructionSequenceMatcher codeMatcher, int codeLength) argument
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 270 milliseconds