Searched refs:currentFrameLocalTypes (Results 1 – 2 of 2) sorted by relevance
/external/ow2-asm/asm/src/main/java/org/objectweb/asm/ |
D | Context.java | 123 Object[] currentFrameLocalTypes; field in Context
|
D | ClassReader.java | 1991 context.currentFrameLocalTypes = new Object[maxLocals]; in readCode() 2073 context.currentFrameLocalTypes, in readCode() 2080 context.currentFrameLocalTypes, in readCode() 3215 Object[] locals = context.currentFrameLocalTypes; in computeImplicitFrame() 3340 currentOffset, context.currentFrameLocalTypes, local++, charBuffer, labels); in readStackMapFrame() 3355 currentOffset, context.currentFrameLocalTypes, local, charBuffer, labels); in readStackMapFrame()
|