Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/base/
DcatchTable.cpp26 TryLabelSet::TryLabelSet(CodeGen *cg, LabelPair tryLabelPair) in TryLabelSet()
DcatchTable.h75 CatchTable(CodeGen *cg, uint32_t depth, LabelPair tryLabelPair, util::StringView exceptionType) in CatchTable()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DdynamicContext.cpp201 …TSCatchContext::AddNewCathTable(const util::StringView assemblerType, const LabelPair tryLabelPair) in AddNewCathTable()
DcodeGen.cpp279 CatchTable *CodeGen::CreateCatchTable(const LabelPair tryLabelPair, const util::StringView exceptio… in CreateCatchTable()
DETSCompiler.cpp1494 compiler::LabelPair tryLabelPair(etsg->AllocLabel(), etsg->AllocLabel()); in Compile() local