Home
last modified time | relevance | path

Searched defs:TryCatchInfo (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/assembler/
Dassembly-function.h51 struct TryCatchInfo { struct
52 std::unordered_map<std::string_view, size_t> tryCatchLabels;
53 std::unordered_map<std::string, std::vector<const CatchBlock *>> tryCatchMap;
54 std::vector<std::string> tryCatchOrder;
55 TryCatchInfo(std::unordered_map<std::string_view, size_t> &labels, in TryCatchInfo() function
/arkcompiler/runtime_core/assembler/
Dassembly-function.h55 struct TryCatchInfo { struct
56 std::unordered_map<std::string_view, size_t> try_catch_labels;
57 std::unordered_map<std::string, std::vector<const CatchBlock *>> try_catch_map;
58 std::vector<std::string> try_catch_order;
59 TryCatchInfo(std::unordered_map<std::string_view, size_t> &labels, in TryCatchInfo() function
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyFunction.proto36 message TryCatchInfo { message