Home
last modified time | relevance | path

Searched refs:catch_ (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
H A DcatchTable.h41 return catch_; in CatchLabelPair()
56 return catch_.Begin(); in CatchBegin()
61 return catch_.End(); in CatchEnd()
66 LabelPair catch_; member in panda::es2panda::compiler::TryLabelSet
H A DcatchTable.cpp23 : try_(pg->AllocLabel(), pg->AllocLabel()), catch_(pg->AllocLabel(), pg->AllocLabel()) in TryLabelSet()
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A DcatchTable.h41 return catch_; in CatchLabelPair()
56 return catch_.Begin(); in CatchBegin()
61 return catch_.End(); in CatchEnd()
66 LabelPair catch_; member in ark::es2panda::compiler::TryLabelSet
H A DcatchTable.cpp22 : try_(cg->AllocLabel(), cg->AllocLabel()), catch_(cg->AllocLabel(), cg->AllocLabel()) in TryLabelSet()
27 : try_(tryLabelPair), catch_(cg->AllocLabel(), cg->AllocLabel()) in TryLabelSet()

Completed in 2 milliseconds