/external/proguard/src/proguard/classfile/visitor/ |
D | ClassCleaner.java | 163 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 165 clean(stackMapTableAttribute); in visitStackMapTableAttribute() 167 stackMapTableAttribute.stackMapFramesAccept(clazz, method, codeAttribute, this); in visitStackMapTableAttribute()
|
D | ClassPrinter.java | 554 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 558 stackMapTableAttribute.u2stackMapFramesCount + "):"); in visitStackMapTableAttribute() 561 stackMapTableAttribute.stackMapFramesAccept(clazz, method, codeAttribute, this); in visitStackMapTableAttribute()
|
/external/proguard/src/proguard/classfile/attribute/visitor/ |
D | NonEmptyAttributeFilter.java | 189 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 191 if (stackMapTableAttribute.u2stackMapFramesCount > 0) in visitStackMapTableAttribute() 193 …attributeVisitor.visitStackMapTableAttribute(clazz, method, codeAttribute, stackMapTableAttribute); in visitStackMapTableAttribute()
|
D | AttributeNameFilter.java | 272 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 274 if (accepted(clazz, stackMapTableAttribute)) in visitStackMapTableAttribute() 276 …attributeVisitor.visitStackMapTableAttribute(clazz, method, codeAttribute, stackMapTableAttribute); in visitStackMapTableAttribute()
|
D | RequiredAttributeFilter.java | 256 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 260 …AttributeVisitor.visitStackMapTableAttribute(clazz, method, codeAttribute, stackMapTableAttribute); in visitStackMapTableAttribute()
|
D | MultiAttributeVisitor.java | 259 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 263 …eVisitors[index].visitStackMapTableAttribute(clazz, method, codeAttribute, stackMapTableAttribute); in visitStackMapTableAttribute()
|
D | AttributeVisitor.java | 72 …ethod method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute); in visitStackMapTableAttribute() argument
|
/external/proguard/src/proguard/classfile/editor/ |
D | ConstantPoolRemapper.java | 389 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 391 stackMapTableAttribute.u2attributeNameIndex = in visitStackMapTableAttribute() 392 remapConstantIndex(stackMapTableAttribute.u2attributeNameIndex); in visitStackMapTableAttribute() 395 stackMapTableAttribute.stackMapFramesAccept(clazz, method, codeAttribute, this); in visitStackMapTableAttribute()
|
D | ConstantPoolShrinker.java | 294 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 296 markConstant(clazz, stackMapTableAttribute.u2attributeNameIndex); in visitStackMapTableAttribute() 299 stackMapTableAttribute.stackMapFramesAccept(clazz, method, codeAttribute, this); in visitStackMapTableAttribute()
|
D | Utf8Shrinker.java | 231 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 233 markCpUtf8Entry(clazz, stackMapTableAttribute.u2attributeNameIndex); in visitStackMapTableAttribute()
|
D | CodeAttributeComposer.java | 487 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 491 stackMapTableAttribute.stackMapFramesAccept(clazz, method, codeAttribute, this); in visitStackMapTableAttribute()
|
D | CodeAttributeEditor.java | 485 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 489 stackMapTableAttribute.stackMapFramesAccept(clazz, method, codeAttribute, this); in visitStackMapTableAttribute()
|
D | AttributeAdder.java | 322 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument
|
/external/proguard/src/proguard/shrink/ |
D | UsageMarker.java | 736 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 738 markAsUsed(stackMapTableAttribute); in visitStackMapTableAttribute() 740 markConstant(clazz, stackMapTableAttribute.u2attributeNameIndex); in visitStackMapTableAttribute() 743 stackMapTableAttribute.stackMapFramesAccept(clazz, method, codeAttribute, this); in visitStackMapTableAttribute()
|
/external/proguard/src/proguard/optimize/ |
D | ChangedCodePrinter.java | 164 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 166 …attributeVisitor.visitStackMapTableAttribute(clazz, method, codeAttribute, stackMapTableAttribute); in visitStackMapTableAttribute()
|
/external/proguard/src/proguard/classfile/io/ |
D | ProgramClassReader.java | 465 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 468 stackMapTableAttribute.u2stackMapFramesCount = dataInput.readUnsignedShort(); in visitStackMapTableAttribute() 470 …stackMapTableAttribute.stackMapFrames = new StackMapFrame[stackMapTableAttribute.u2stackMapFramesC… in visitStackMapTableAttribute() 471 for (int index = 0; index < stackMapTableAttribute.u2stackMapFramesCount; index++) in visitStackMapTableAttribute() 475 stackMapTableAttribute.stackMapFrames[index] = stackMapFrame; in visitStackMapTableAttribute()
|
D | ProgramClassWriter.java | 427 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 430 dataOutput.writeShort(stackMapTableAttribute.u2stackMapFramesCount); in visitStackMapTableAttribute() 432 stackMapTableAttribute.stackMapFramesAccept(clazz, method, codeAttribute, this); in visitStackMapTableAttribute()
|
/external/proguard/src/proguard/classfile/util/ |
D | SimplifiedVisitor.java | 385 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 387 visitAnyAttribute(clazz, stackMapTableAttribute); in visitStackMapTableAttribute()
|