Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/cf/code/
DRopper.java1278 ArrayList<IntList> labelToSubroutines in inlineSubroutines() local
1281 labelToSubroutines.add(null); in inlineSubroutines()
1290 labelToSubroutines.set(b.getLabel(), subroutineList); in inlineSubroutines()
1302 labelToSubroutines) in inlineSubroutines()
1389 private final ArrayList<IntList> labelToSubroutines; field in Ropper.SubroutineInliner
1392 ArrayList<IntList> labelToSubroutines) { in SubroutineInliner() argument
1398 this.labelToSubroutines = labelToSubroutines; in SubroutineInliner()
1429 new SubroutineInliner(labelAllocator, labelToSubroutines) in inlineSubroutineCalledFrom()
1443 labelToSubroutines.get(b.getLabel())); in inlineSubroutineCalledFrom()
1518 labelToSubroutines.get(newLabel)); in copyBlock()
[all …]