Home
last modified time | relevance | path

Searched refs:isCatch (Results 1 – 25 of 26) sorted by relevance

12

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
DExceptionTest.java60 boolean isCatch = true; in testException001()
63 debuggeeWrapper.vmMirror.setException(exceptionSignature, isCatch, in testException001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DExceptionUncaughtTest.java188 boolean isCatch = true; in requestAndReceiveExceptionEvent()
192 isCatch, isUncatch); in requestAndReceiveExceptionEvent()
DExceptionCaughtTest.java275 boolean isCatch = true; in requestAndReceiveExceptionEvent()
280 isCatch, isUncatch); in requestAndReceiveExceptionEvent()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLateEHPrepare.cpp178 if (WebAssembly::isCatch(MI)) in hoistCatches()
202 if (!WebAssembly::isCatch(*MBB.begin())) { in addCatchAlls()
295 assert(WebAssembly::isCatch(*Catch)); in ensureSingleBBTermPads()
DWebAssemblyUtilities.h36 bool isCatch(const MachineInstr &MI);
DWebAssemblyUtilities.cpp172 bool WebAssembly::isCatch(const MachineInstr &MI) { in isCatch() function in WebAssembly
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp471 if (I.isCatch(i - 1)) { in AddLandingPadInfo()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp583 if (I.isCatch(i - 1)) { in AddLandingPadInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineFunction.cpp823 if (I.isCatch(i - 1)) { in addLandingPadInfo()
/external/clang/lib/CodeGen/
DCGException.cpp242 if (LPI->isCatch(I)) { in LandingPadHasOnlyCXXUses()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp1470 if (LI.isCatch(i)) { in visitLandingPadInst()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp1767 if (LPI->isCatch(i)) in printInstruction()
DVerifier.cpp1458 if (LPI.isCatch(i)) { in visitLandingPadInst()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp1176 if (LP.isCatch(I)) in WriteInstruction()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstructions.h2192 bool isCatch(unsigned Idx) const {
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2426 if (LI.isCatch(i)) { in visitLandingPadInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2602 if (LI.isCatch(i)) { in visitLandingPadInst()
/external/llvm/lib/IR/
DAsmWriter.cpp2952 if (LPI->isCatch(i)) in printInstruction()
DVerifier.cpp3278 if (LPI.isCatch(i)) { in visitLandingPadInst()
/external/llvm/include/llvm/IR/
DInstructions.h2764 bool isCatch(unsigned Idx) const {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp3625 if (LPI->isCatch(i)) in printInstruction()
DVerifier.cpp3496 if (LPI.isCatch(i)) { in visitLandingPadInst()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2538 if (LP.isCatch(I)) in writeInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstructions.h3205 bool isCatch(unsigned Idx) const {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2767 if (LP.isCatch(I)) in writeInstruction()

12