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.cpp47 … EHTry *ehTry = cgFunc->GetMemoryPool()->New<EHTry>(*(cgFunc->GetFuncScopeAllocator()), *tryNode); in CollectEHInformation() local
425 for (auto *ehTry : tryVec) { in MergeCatchToTry() local
487 EHTry *ehTry = tryVec[i]; in DumpEHFunc() local
547 void EHFunc::FillSwitchTable(SwitchNode &switchNode, const EHTry &ehTry) in FillSwitchTable()
586 for (auto *ehTry : tryVec) { in InsertEHSwitchTable() local
677 for (auto *ehTry : tryVec) { in FillLSDACallSiteTable() local
744 for (auto *ehTry : tryVec) { in CreateLSDAAction() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Deh_func.h161 void AddTry(EHTry &ehTry) in AddTry()