Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-emitter.cpp1850 auto &tryCatchBlocks = kv->second; in BuildTryBlocks() local
1852 ASSERT(!tryCatchBlocks.empty()); in BuildTryBlocks()
1856 for (auto *catchBlock : tryCatchBlocks) { in BuildTryBlocks()
1871 auto tryStartPcOffset = tcs.tryCatchLabels[tryCatchBlocks[0]->tryBeginLabel]; in BuildTryBlocks()
1872 auto tryEndPcOffset = tcs.tryCatchLabels[tryCatchBlocks[0]->tryEndLabel]; in BuildTryBlocks()

Completed in 5 milliseconds