Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DJarState.java61 public boolean isCompatibleWith(Type other) { in isCompatibleWith() method in JarState.Slot
282 assert local == null || local.info == null || local.slot.isCompatibleWith(type); in writeLocal()
294 assert local.slot.isCompatibleWith(type); in readLocal()
316 assert slot.isCompatibleWith(type); in peek()
332 assert slot.isCompatibleWith(type); in pop()
423 assert currentStack.get(i).isCompatibleWith(newStack.get(i).type); in mergeStacks()
461 assert slot.isCompatibleWith(other.get(i++).type); in verifyStack()
470 assert slot.isCompatibleWith(type); in verifySlots()
DJarSourceCode.java2516 assert slot.isCompatibleWith(type); in addArgument()