Home
last modified time | relevance | path

Searched defs:tryNode (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_func_export.cpp601 JsTryNode *tryNode = static_cast<JsTryNode *>(s); in OutputBlockNode() local
608 TryNode *tryNode = static_cast<TryNode *>(s); in OutputBlockNode() local
Dmir_parser.cpp1391 auto *tryNode = mod.CurFuncCodeMemPool()->New<JsTryNode>(); in ParseStmtJsTry() local
1435 auto *tryNode = mod.CurFuncCodeMemPool()->New<TryNode>(mod); in ParseStmtTry() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Deh_func.h27 EHTry(MapleAllocator &alloc, TryNode &tryNode) : tryNode(&tryNode), catchVec(alloc.Adapter()) {} in EHTry()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Deh_func.cpp46 TryNode *tryNode = static_cast<TryNode *>(stmt); in CollectEHInformation() local
684 TryNode *tryNode = ehTry->GetTryNode(); in FillLSDACallSiteTable() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.cpp181 auto &tryNode = nodes[tryIndex]; in BuildBias() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dtrycatchblockslower.cpp659 TryNode *tryNode = static_cast<TryNode *>(tryEndTryBlock.GetTryStmtNode()); in PalceCatchSeenSofar() local