Searched defs:codeLength (Results 1 - 11 of 11) 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.java43 private int codeLength; field in class:InstructionWriter
50 * @param codeLength the length of the code that will be edited next.
52 public void reset(int codeLength) argument
54 this.codeLength = codeLength;
59 codeAttributeEditor.reset(codeLength);
275 codeAttributeEditor.reset(codeLength);
H A DCodeAttributeComposer.java63 private int codeLength; field in class:CodeAttributeComposer
109 codeLength = 0;
155 codeFragmentOffsets[level] = codeLength;
172 println("["+codeLength+"] <- ", instruction.toString(oldInstructionOffset));
176 int newCodeLength = codeLength + instruction.length(codeLength);
181 oldInstructionOffsets[codeLength] = oldInstructionOffset;
187 // codeLength,
189 instruction.write(code, codeLength);
192 instructionOffsetMap[level][oldInstructionOffset] = codeLength;
719 removeEmptyLineNumbers(LineNumberInfo[] lineNumberInfos, int lineNumberInfoCount, int codeLength) argument
[all...]
H A DCodeAttributeEditor.java58 private int codeLength; field in class:CodeAttributeEditor
92 * @param codeLength the length of the code that will be edited next.
94 public void reset(int codeLength) argument
96 this.codeLength = codeLength;
99 if (preInsertions.length < codeLength)
101 preInsertions = new Instruction[codeLength];
102 replacements = new Instruction[codeLength];
103 postInsertions = new Instruction[codeLength];
104 deleted = new boolean[codeLength];
999 removeEmptyLineNumbers(LineNumberInfo[] lineNumberInfos, int lineNumberInfoCount, int codeLength) argument
[all...]
/external/proguard/src/proguard/optimize/evaluation/
H A DVariableOptimizer.java113 int codeLength = codeAttribute.u4codeLength;
130 if (areNonOverlapping(oldIndex, newIndex, codeLength))
134 updateLiveness(oldIndex, newIndex, codeLength);
181 int codeLength = codeAttribute.u4codeLength;
184 if (variableMap.length < codeLength)
186 variableMap = new int[codeLength];
196 int codeLength)
199 for (int offset = 0; offset < codeLength; offset++)
224 int codeLength)
227 for (int offset = 0; offset < codeLength; offse
194 areNonOverlapping(int variableIndex1, int variableIndex2, int codeLength) argument
222 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/proguard/src/proguard/classfile/util/
H A DDynamicClassReferenceInitializer.java416 int codeLength)
419 if (codeAttribute.u4codeLength < codeLength)
426 codeAttribute.instructionsAccept(clazz, method, 0, codeLength, codeMatcher);
412 isDotClassMethodCode(Clazz clazz, Method method, CodeAttribute codeAttribute, InstructionSequenceMatcher codeMatcher, int codeLength) argument
/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/evaluation/Stack.class Stack.java package proguard ...

Completed in 178 milliseconds