Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Deh_func.cpp144 for (auto *ehTry : tryVec) { in MergeCatchToTry() local
198 EHTry *ehTry = tryVec[i]; in DumpEHFunc() local
258 void EHFunc::FillSwitchTable(SwitchNode &switchNode, const EHTry &ehTry) in FillSwitchTable()
297 for (auto *ehTry : tryVec) { in InsertEHSwitchTable() local
367 for (auto *ehTry : tryVec) { in FillLSDACallSiteTable() local
432 for (auto *ehTry : tryVec) { in CreateLSDAAction() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Deh_func.h146 void AddTry(EHTry &ehTry) in AddTry()