Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-emitter.cpp1866 auto handlerPcOffset = tcs.tryCatchLabels[catchBlock->catchBeginLabel]; in BuildTryBlocks() local
1867 auto handlerCodeSize = tcs.tryCatchLabels[catchBlock->catchEndLabel] - handlerPcOffset; in BuildTryBlocks()
1868 catchBlockItems.emplace_back(method, classItem, handlerPcOffset, handlerCodeSize); in BuildTryBlocks()

Completed in 4 milliseconds