HomeSort by relevance Sort by last modified time
    Searched defs:codeAttribute (Results 51 - 65 of 65) sorted by null

1 23

  /external/proguard/src/proguard/classfile/editor/
Utf8Shrinker.java 216 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute)
218 markCpUtf8Entry(clazz, codeAttribute.u2attributeNameIndex);
221 codeAttribute.attributesAccept(clazz, method, this);
225 public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapAttribute stackMapAttribute)
231 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute)
237 public void visitLineNumberTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LineNumberTableAttribute lineNumberTableAttribute
    [all...]
CodeAttributeComposer.java 218 new CodeAttribute(0, 0, 0, 0, code, 0, null, 0, null),
294 new CodeAttribute(0, 0, 0, 0, code, 0, null, 0, null),
370 new CodeAttribute(0, 0, 0, 0, code, 0, null, 0, null),
417 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute)
433 if (codeAttribute.u4codeLength < codeLength)
435 codeAttribute.code = new byte[codeLength];
439 codeAttribute.u4codeLength = codeLength;
440 System.arraycopy(code, 0, codeAttribute.code, 0, codeLength);
448 if (codeAttribute.exceptionTable.length < exceptionTableLength
    [all...]
  /external/proguard/src/proguard/classfile/util/
ClassReferenceInitializer.java 317 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute)
320 codeAttribute.attributesAccept(clazz, method, this);
324 public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTableAttribute localVariableTableAttribute)
327 localVariableTableAttribute.localVariablesAccept(clazz, method, codeAttribute, this);
331 public void visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeTableAttribute localVariableTypeTableAttribute)
334 localVariableTypeTableAttribute.localVariablesAccept(clazz, method, codeAttribute, this);
369 public void visitLocalVariableInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableInfo localVariableInfo
    [all...]
  /external/proguard/src/proguard/classfile/io/
ProgramClassWriter.java 395 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute)
398 dataOutput.writeShort(codeAttribute.u2maxStack);
399 dataOutput.writeShort(codeAttribute.u2maxLocals);
402 dataOutput.writeInt(codeAttribute.u4codeLength);
404 dataOutput.write(codeAttribute.code, 0, codeAttribute.u4codeLength);
407 dataOutput.writeShort(codeAttribute.u2exceptionTableLength);
409 codeAttribute.exceptionsAccept(clazz, method, this);
412 dataOutput.writeShort(codeAttribute.u2attributesCount)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/59/1/.cp/
jdtCompilerAdapter.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 

Completed in 784 milliseconds

1 23