Home
last modified time | relevance | path

Searched refs:Rethrow (Results 1 – 11 of 11) sorted by relevance

/external/llvm/test/Transforms/SimplifyCFG/
Dinvoke_unwind.ll12 to label %1 unwind label %Rethrow
14 Rethrow:
25 to label %1 unwind label %Rethrow
27 Rethrow:
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
Dinvoke_unwind.ll12 to label %1 unwind label %Rethrow
14 Rethrow:
25 to label %1 unwind label %Rethrow
27 Rethrow:
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLateEHPrepare.cpp232 MachineInstr *Rethrow = nullptr; in addRethrows() local
234 Rethrow = BuildMI(MBB, InsertPt, MI.getDebugLoc(), in addRethrows()
238 Rethrow = BuildMI(MBB, InsertPt, MI.getDebugLoc(), in addRethrows()
245 MBB.erase(std::next(MachineBasicBlock::iterator(Rethrow)), MBB.end()); in addRethrows()
/external/conscrypt/openjdk/
Dbuild.gradle132 // Rethrow the exception to terminate the build.
/external/v8/src/wasm/
Dwasm-opcodes-inl.h186 CASE_OP(Rethrow, "rethrow") in OpcodeName()
Dgraph-builder-interface.cc568 void Rethrow(FullDecoder* decoder, const Value& exception) { in Rethrow() function in v8::internal::wasm::__anonfc9fbc4f0111::WasmGraphBuildingInterface
569 BUILD(Rethrow, exception.node); in Rethrow()
Dwasm-opcodes.h39 V(Rethrow, 0x09, _ /* eh_prototype */) \
Dfunction-body-decoder-impl.h1019 F(Rethrow, const Value& exception) \
2309 DECODE(Rethrow) {
2312 CALL_INTERFACE_IF_REACHABLE(Rethrow, exception);
3097 DECODE_IMPL(Rethrow);
/external/v8/src/compiler/
Dwasm-compiler.h223 Node* Rethrow(Node* except_obj);
Dwasm-compiler.cc2198 Node* WasmGraphBuilder::Rethrow(Node* except_obj) { in Rethrow() function in v8::internal::compiler::WasmGraphBuilder
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc3065 void Rethrow(FullDecoder* decoder, const Value& exception) { in Rethrow() function in v8::internal::wasm::__anon69d3db0f0111::LiftoffCompiler