Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DOutliner.java332 protected List<Value> orderedInValues(Instruction instruction, Value returnValue) { in orderedInValues() method in Outliner.OutlineSpotter
448 List<Value> inValues = orderedInValues(instruction, returnValue); in canIncludeInstruction()
492 List<Value> inValues = orderedInValues(instruction, returnValue); in includeInstruction()
694 List<Value> inValues = orderedInValues(current, returnValue); in handle()