| /external/proguard/src/proguard/classfile/visitor/ |
| D | ClassCleaner.java | 142 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 144 clean(stackMapTableAttribute); in visitStackMapTableAttribute() 146 stackMapTableAttribute.stackMapFramesAccept(clazz, method, codeAttribute, this); in visitStackMapTableAttribute()
|
| D | ClassPrinter.java | 495 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 499 stackMapTableAttribute.u2stackMapFramesCount + "):"); in visitStackMapTableAttribute() 502 stackMapTableAttribute.stackMapFramesAccept(clazz, method, codeAttribute, this); in visitStackMapTableAttribute()
|
| /external/proguard/src/proguard/classfile/attribute/visitor/ |
| D | AttributeNameFilter.java | 222 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 224 if (accepted(clazz, stackMapTableAttribute)) in visitStackMapTableAttribute() 226 stackMapTableAttribute.accept(clazz, method, codeAttribute, attributeVisitor); in visitStackMapTableAttribute()
|
| D | RequiredAttributeFilter.java | 236 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 240 stackMapTableAttribute.accept(clazz, method, codeAttribute, requiredAttributeVisitor); in visitStackMapTableAttribute()
|
| D | MultiAttributeVisitor.java | 241 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 245 …eVisitors[index].visitStackMapTableAttribute(clazz, method, codeAttribute, stackMapTableAttribute); in visitStackMapTableAttribute()
|
| D | AttributeVisitor.java | 70 …ethod method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute); in visitStackMapTableAttribute() argument
|
| /external/proguard/src/proguard/classfile/editor/ |
| D | ConstantPoolRemapper.java | 346 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 348 stackMapTableAttribute.u2attributeNameIndex = in visitStackMapTableAttribute() 349 remapConstantIndex(stackMapTableAttribute.u2attributeNameIndex); in visitStackMapTableAttribute() 352 stackMapTableAttribute.stackMapFramesAccept(clazz, method, codeAttribute, this); in visitStackMapTableAttribute()
|
| D | CodeAttributeComposer.java | 407 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 411 stackMapTableAttribute.stackMapFramesAccept(clazz, method, codeAttribute, this); in visitStackMapTableAttribute()
|
| D | CodeAttributeEditor.java | 393 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 397 stackMapTableAttribute.stackMapFramesAccept(clazz, method, codeAttribute, this); in visitStackMapTableAttribute()
|
| D | AttributeAdder.java | 302 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument
|
| /external/proguard/src/proguard/shrink/ |
| D | UsageMarker.java | 593 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 595 markAsUsed(stackMapTableAttribute); in visitStackMapTableAttribute() 597 markConstant(clazz, stackMapTableAttribute.u2attributeNameIndex); in visitStackMapTableAttribute() 600 stackMapTableAttribute.stackMapFramesAccept(clazz, method, codeAttribute, this); in visitStackMapTableAttribute()
|
| /external/proguard/src/proguard/classfile/io/ |
| D | ProgramClassReader.java | 407 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 410 stackMapTableAttribute.u2stackMapFramesCount = dataInput.readUnsignedShort(); in visitStackMapTableAttribute() 412 …stackMapTableAttribute.stackMapFrames = new StackMapFrame[stackMapTableAttribute.u2stackMapFramesC… in visitStackMapTableAttribute() 413 for (int index = 0; index < stackMapTableAttribute.u2stackMapFramesCount; index++) in visitStackMapTableAttribute() 417 stackMapTableAttribute.stackMapFrames[index] = stackMapFrame; in visitStackMapTableAttribute()
|
| D | ProgramClassWriter.java | 381 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 384 dataOutput.writeShort(stackMapTableAttribute.u2stackMapFramesCount); in visitStackMapTableAttribute() 386 stackMapTableAttribute.stackMapFramesAccept(clazz, method, codeAttribute, this); in visitStackMapTableAttribute()
|
| /external/proguard/src/proguard/optimize/ |
| D | ChangedCodePrinter.java | 153 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 155 …attributeVisitor.visitStackMapTableAttribute(clazz, method, codeAttribute, stackMapTableAttribute); in visitStackMapTableAttribute()
|
| /external/proguard/src/proguard/obfuscate/ |
| D | Utf8UsageMarker.java | 202 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 204 markCpUtf8Entry(clazz, stackMapTableAttribute.u2attributeNameIndex); in visitStackMapTableAttribute()
|
| /external/proguard/src/proguard/classfile/util/ |
| D | SimplifiedVisitor.java | 354 …z clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) in visitStackMapTableAttribute() argument 356 visitAnyAttribute(clazz, stackMapTableAttribute); in visitStackMapTableAttribute()
|