Home
last modified time | relevance | path

Searched defs:insertion (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/statements/
DtryStatement.h87 …::pair<compiler::LabelPair, const Statement *> AddFinalizerInsertion(compiler::LabelPair insertion, in AddFinalizerInsertion()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp3322 LabelPair insertion = compiler::LabelPair(beginLabel, endLabel); in ExtendWithFinalizer() local