Home
last modified time | relevance | path

Searched refs:stackItem (Results 1 – 2 of 2) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/
DSameOneFrame.java35 public VerificationType stackItem; field in SameOneFrame
58 public SameOneFrame(VerificationType stackItem) in SameOneFrame() argument
60 this.stackItem = stackItem; in SameOneFrame()
69 stackItem.accept(clazz, method, codeAttribute, offset, verificationTypeVisitor); in stackItemAccept()
101 this.stackItem.equals(other.stackItem); in equals()
107 return super.hashCode() ^ stackItem.hashCode(); in hashCode()
113 return super.toString()+"Var: ..., Stack: ["+stackItem.toString()+"]"; in toString()
/external/proguard/src/proguard/classfile/io/
DProgramClassReader.java662 sameOneFrame.stackItem = verificationType; in visitSameOneFrame()