Home
last modified time | relevance | path

Searched defs:catchNode (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Deh_func.h60 void PushBackCatchVec(CatchNode &catchNode) in PushBackCatchVec()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Deh_func.cpp61 CatchNode *catchNode = static_cast<CatchNode *>(stmt); in CollectEHInformation() local
549 CatchNode *catchNode = nullptr; in FillSwitchTable() local
747 CatchNode *catchNode = ehTry->GetCatchNodeAt(j); in CreateLSDAAction() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_func_export.cpp616 CatchNode *catchNode = static_cast<CatchNode *>(s); in OutputBlockNode() local
Dmir_parser.cpp1462 auto *catchNode = mod.CurFuncCodeMemPool()->New<CatchNode>(mod); in ParseStmtCatch() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dme_cfg.cpp654 auto *catchNode = static_cast<CatchNode *>(stmt); in CreateBasicBlocks() local