Searched defs:tryLabelPair (Results 1 – 5 of 5) sorted by relevance
26 TryLabelSet::TryLabelSet(CodeGen *cg, LabelPair tryLabelPair) in TryLabelSet()
75 CatchTable(CodeGen *cg, uint32_t depth, LabelPair tryLabelPair, util::StringView exceptionType) in CatchTable()
201 …TSCatchContext::AddNewCathTable(const util::StringView assemblerType, const LabelPair tryLabelPair) in AddNewCathTable()
279 CatchTable *CodeGen::CreateCatchTable(const LabelPair tryLabelPair, const util::StringView exceptio… in CreateCatchTable()
1494 compiler::LabelPair tryLabelPair(etsg->AllocLabel(), etsg->AllocLabel()); in Compile() local