Searched refs:subroutineId (Results 1 – 12 of 12) sorted by relevance
/external/ow2-asm/asm/src/main/java/org/objectweb/asm/ |
D | Label.java | 252 short subroutineId; field in Label 533 final void markSubroutine(final short subroutineId) { in markSubroutine() argument 548 if (basicBlock.subroutineId == 0) { in markSubroutine() 549 basicBlock.subroutineId = subroutineId; in markSubroutine() 588 && basicBlock.subroutineId != subroutineCaller.subroutineId) { in addSubroutineRetSuccessors()
|
D | MethodWriter.java | 1699 && basicBlock.subroutineId == currentSubroutine) { in computeMaxStackAndLocal() 1701 if (jsrTarget.subroutineId == 0) { in computeMaxStackAndLocal()
|
/external/ow2-asm/asm/src/test/resources/ |
D | sigtest-6.2.txt | 180 …sicBlock,nextListElement,otherLineNumbers,outgoingEdges,outputStackMax,outputStackSize,subroutineId
|
D | sigtest-8.0.1.txt | 249 …sicBlock,nextListElement,otherLineNumbers,outgoingEdges,outputStackMax,outputStackSize,subroutineId
|
D | sigtest-7.1.txt | 247 …sicBlock,nextListElement,otherLineNumbers,outgoingEdges,outputStackMax,outputStackSize,subroutineId
|
D | sigtest-7.3.1.txt | 256 …sicBlock,nextListElement,otherLineNumbers,outgoingEdges,outputStackMax,outputStackSize,subroutineId
|
D | sigtest-9.2.txt | 251 …sicBlock,nextListElement,otherLineNumbers,outgoingEdges,outputStackMax,outputStackSize,subroutineId
|
D | sigtest-9.4.txt | 256 …sicBlock,nextListElement,otherLineNumbers,outgoingEdges,outputStackMax,outputStackSize,subroutineId
|
D | sigtest-9.0.txt | 251 …sicBlock,nextListElement,otherLineNumbers,outgoingEdges,outputStackMax,outputStackSize,subroutineId
|
D | sigtest-7.0.txt | 247 …sicBlock,nextListElement,otherLineNumbers,outgoingEdges,outputStackMax,outputStackSize,subroutineId
|
D | sigtest-7.2.txt | 247 …sicBlock,nextListElement,otherLineNumbers,outgoingEdges,outputStackMax,outputStackSize,subroutineId
|
D | sigtest-9.1.txt | 251 …sicBlock,nextListElement,otherLineNumbers,outgoingEdges,outputStackMax,outputStackSize,subroutineId
|