Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DArrayLength.java31 public ArrayLength asArrayLength() { in asArrayLength() method in ArrayLength
66 return array() == other.asArrayLength().array(); in identicalAfterRegisterAllocation()
DInstruction.java358 public ArrayLength asArrayLength() { in asArrayLength() method in Instruction