Home
last modified time | relevance | path

Searched refs:TryCatchInfo (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-function.h51 struct TryCatchInfo { struct
55 TryCatchInfo(std::unordered_map<std::string_view, size_t> &labels, in TryCatchInfo() function
161 Function::TryCatchInfo MakeOrderAndOffsets(const std::vector<uint8_t> &bytecode) const;
H A Dassembly-emitter.cpp1793 Function::TryCatchInfo Function::MakeOrderAndOffsets(const std::vector<uint8_t> &bytecode) const in MakeOrderAndOffsets()
1832 return Function::TryCatchInfo {tryCatchLabels, tryCatchMap, tryCatchOrder}; in MakeOrderAndOffsets()
1845 Function::TryCatchInfo tcs = MakeOrderAndOffsets(bytecode); in BuildTryBlocks()
/arkcompiler/runtime_core/assembler/
H A Dassembly-function.h50 struct TryCatchInfo { struct
54 TryCatchInfo(std::unordered_map<std::string_view, size_t> &labels, in TryCatchInfo() function
188 Function::TryCatchInfo MakeOrderAndOffsets(const std::vector<uint8_t> &bytecode) const;
H A Dassembly-emitter.cpp1788 Function::TryCatchInfo Function::MakeOrderAndOffsets(const std::vector<uint8_t> &bytecode) const in MakeOrderAndOffsets()
1827 return Function::TryCatchInfo {try_catch_labels, try_catch_map, try_catch_order}; in MakeOrderAndOffsets()
1840 Function::TryCatchInfo tcs = MakeOrderAndOffsets(bytecode); in BuildTryBlocks()

Completed in 8 milliseconds