Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/cf/code/
DRopper.java1419 int newSubStartLabel = mapOrAllocateLabel(subroutineStart); in inlineSubroutineCalledFrom()
1472 mapOrAllocateLabel(origSuccessors.get(0)), in copyBlock()
1502 int newSuccLabel = mapOrAllocateLabel(origSuccLabel); in copyBlock()
1547 private int mapOrAllocateLabel(int origLabel) { in mapOrAllocateLabel() method in Ropper.SubroutineInliner