Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DSourceCode.java63 boolean verifyCurrentInstructionCanThrow(); in verifyCurrentInstructionCanThrow() method
DDexSourceCode.java164 public boolean verifyCurrentInstructionCanThrow() { in verifyCurrentInstructionCanThrow() method in DexSourceCode
DIRBuilder.java1567 assert source.verifyCurrentInstructionCanThrow();
DJarSourceCode.java499 public boolean verifyCurrentInstructionCanThrow() { in verifyCurrentInstructionCanThrow() method in JarSourceCode
/external/r8/src/main/java/com/android/tools/r8/ir/synthetic/
DSingleBlockSourceCode.java198 public final boolean verifyCurrentInstructionCanThrow() { in verifyCurrentInstructionCanThrow() method in SingleBlockSourceCode
/external/r8/src/test/java/com/android/tools/r8/maindexlist/
DMainDexListTests.java544 public boolean verifyCurrentInstructionCanThrow() { in verifyCurrentInstructionCanThrow() method in MainDexListTests.ReturnVoidCode
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DOutliner.java931 public boolean verifyCurrentInstructionCanThrow() { in verifyCurrentInstructionCanThrow() method in Outliner.OutlineSourceCode