Home
last modified time | relevance | path

Searched defs:verifyCurrentInstructionCanThrow (Results 1 – 6 of 6) 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
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