Searched refs:labelToSubroutines (Results 1 – 1 of 1) sorted by relevance
1278 ArrayList<IntList> labelToSubroutines in inlineSubroutines() local1281 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.SubroutineInliner1392 ArrayList<IntList> labelToSubroutines) { in SubroutineInliner() argument1398 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 …]