Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/
Dassembly-function.h50 struct TryCatchInfo { struct
51 std::unordered_map<std::string_view, size_t> try_catch_labels;
52 std::unordered_map<std::string, std::vector<const CatchBlock *>> try_catch_map;
53 std::vector<std::string> try_catch_order;
54 TryCatchInfo(std::unordered_map<std::string_view, size_t> &labels, in TryCatchInfo() function
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyFunction.proto36 message TryCatchInfo { message