Home
last modified time | relevance | path

Searched refs:handlerCodeSize (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.cpp1851 auto handlerCodeSize = tcs.tryCatchLabels[catchBlock->catchEndLabel] - handlerPcOffset; in BuildTryBlocks() local
1852 catchBlockItems.emplace_back(method, classItem, handlerPcOffset, handlerCodeSize); in BuildTryBlocks()