Home
last modified time | relevance | path

Searched defs:tryInst (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dtry_catch_resolving.cpp221 void TryCatchResolving::VisitTryInst(TryInst *tryInst) in VisitTryInst()
/arkcompiler/runtime_core/libabckit/src/codegen/
Dcodegen_dynamic.cpp67 auto tryInst = GetTryBeginInst(bb); in VisitTryBegin() local
Dcodegen_static.cpp205 auto tryInst = GetTryBeginInst(bb); in VisitTryBegin() local
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dir_builder_dyn.cpp432 auto tryInst = GetGraph()->CreateInstTry(); in ConnectTryCodeBlock() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dbasicblock.h282 auto tryInst = GetTryBeginInst(this); in EnumerateCatchHandlers() local
Dir_constructor.h970 auto tryInst = inst->CastToTry(); in CatchTypeIds() local
Dgraph_cloner.cpp174 TryInst *tryInst = GetTryBeginInst(tryBegin); in BuildTryCatchLogic() local
Dgraph_checker.cpp859 [[maybe_unused]] auto tryInst = (*tryInstIt)->CastToTry(); in CheckUserOfInt32() local
/arkcompiler/runtime_core/panda_guard/obfuscate/
Dgraph_analyzer.cpp478 const compiler::Inst *tryInst = inst->GetInput(INDEX_0).GetInst(); in GetNewObjRangeInfo() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp675 auto tryInst = GetGraph()->CreateInstTry(tryEnd); in ConnectTryCodeBlock() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dcodegen.cpp103 auto tryInst = GetTryBeginInst(bb); in VisitTryBegin() local
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Dir_static.cpp261 AbckitInst *tryInst = IcreateTryStatic(graph); in SetTryBlocks() local