Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DlabelPair.h25 LabelPair(Label *begin, Label *end) : begin_(begin), end_(end) {} in LabelPair() function
26 explicit LabelPair(LabelPair *labelPair) : begin_(labelPair->begin_), end_(labelPair->end_) {} in LabelPair() function
DdynamicContext.cpp212 const ArenaVector<std::pair<compiler::LabelPair, const ir::Statement *>> &finalizerInsertions) in EmitFinalizer()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DlabelPair.h25 LabelPair(Label *begin, Label *end) : begin_(begin), end_(end) {} in LabelPair() function
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DtryStatement.h42ArenaVector<std::pair<compiler::LabelPair, const Statement *>> finalizerInsertions) in TryStatement()
/arkcompiler/ets_frontend/ts2panda/src/statement/
DtryStatement.ts53 export class LabelPair { class
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dlsda.h28 LabelPair(LabelNode *startOffsetLbl, LabelNode *endOffsetLbl) in LabelPair() function