Home
last modified time | relevance | path

Searched refs:stackTypes (Results 1 – 4 of 4) sorted by relevance

/external/javassist/src/main/javassist/bytecode/stackmap/
DTracer.java36 protected TypeData[] stackTypes; field in Tracer
45 stackTypes = new TypeData[maxStack]; in Tracer()
55 int size = t.stackTypes.length; in Tracer()
56 stackTypes = new TypeData[size]; in Tracer()
58 copyFrom(t.stackTop, t.stackTypes, stackTypes); in Tracer()
155 TypeData[] stackTypes = this.stackTypes; in doOpcode0_53() local
160 stackTypes[stackTop++] = new TypeData.NullType(); in doOpcode0_53()
169 stackTypes[stackTop++] = INTEGER; in doOpcode0_53()
173 stackTypes[stackTop++] = LONG; in doOpcode0_53()
174 stackTypes[stackTop++] = TOP; in doOpcode0_53()
[all …]
DMapMaker.java211 maker.stackTypes[0] = tb.stackTypes[0].getSelf(); in traceException()
227 merge(stackTypes[i], dest.stackTypes[i]); in mergeMap()
248 TypeData[] tStackTypes = new TypeData[stackTypes.length]; in recordStackMap()
250 copyFrom(st, stackTypes, tStackTypes); in recordStackMap()
263 TypeData[] tStackTypes = new TypeData[stackTypes.length]; in recordStackMap()
288 evalExpected(cp, target.stackTop, target.stackTypes); in evalExpected()
371 TypeData td = bb.stackTypes[0]; in toStackMapBody()
380 TypeData td = bb.stackTypes[0]; in toStackMapBody()
390 int[] stags = fillStackMap(stackTop, 0, sdata, bb.stackTypes); in toStackMapBody()
501 writeVerifyTypeInfo(writer, cp, tb.stackTypes, tb.stackTop); in writeStackFrame()
DTypedBlock.java22 public TypeData[] stackTypes, localsTypes; field in TypedBlock
69 printTypes(sbuf, stackTop, stackTypes); in toString2()
102 stackTypes = stack; in setStackMap()
155 stackTypes = new TypeData[maxStack]; in initFirstBlock()
/external/proguard/src/proguard/preverify/
DCodePreverifier.java136 VerificationType[] stackTypes = in visitCodeAttribute0() local
145 stackTypes)); in visitCodeAttribute0()