Home
last modified time | relevance | path

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

/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DContext.java123 Object[] currentFrameLocalTypes; field in Context
DClassReader.java1991 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()