Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/absint/
H A Dabsint.cpp243 auto startPc = reinterpret_cast<uint8_t const *>( in VerifyExcHandler() local
247 execCtx.AddEntryPoint(startPc, EntryPointType::EXCEPTION_HANDLER); in VerifyExcHandler()
248 execCtx.StoreCurrentRegContextForAddr(startPc); in VerifyExcHandler()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_circuit_builder.h38 uint8_t* startPc; member
42 ExceptionItem(uint8_t* startPc, uint8_t* endPc, std::vector<uint8_t*> catches) in ExceptionItem()
43 : startPc(startPc), endPc(endPc), catches(catches) {} in ExceptionItem()
H A Dbytecode_circuit_builder.cpp405 if (pc < it->startPc || pc >= it->endPc) { in BuildCatchBlocks()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dir_builder.cpp445 auto startPc = tryBlock.GetStartPc(); in CreateTryCatchBoundariesBlocks()
446 auto endPc = startPc + tryBlock.GetLength(); in CreateTryCatchBoundariesBlocks()
447 auto tryInfo = InsertTryBlockInfo({startPc, endPc}); in CreateTryCatchBoundariesBlocks()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_items.h1472 TryBlock(size_t startPc, size_t length, std::vector<CatchBlock> catchBlocks) in TryBlock() argument
1473 : startPc_(startPc), length_(length), catchBlocks_(std::move(catchBlocks)) in TryBlock()

Completed in 10 milliseconds