Home
last modified time | relevance | path

Searched defs:tryBlock (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/absint/
H A Dabsint.cpp161 bool ComputeRegContext(Method const *method, TryBlock const *tryBlock, VerificationContext &verifCtx, in ComputeRegContext() argument
209 VerifyExcHandler([[maybe_unused]] TryBlock const *tryBlock, CatchBlock const *catchBlock, VerificationContext *verifCtx, RegContext *regContext) VerifyExcHandler() argument
[all...]
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_code_processor.cpp210 const panda_file::CodeDataAccessor::TryBlock &tryBlock; member
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dir_builder.cpp527 auto &tryBlock = it->second; in TrackTryBoundaries() local
558 auto &tryBlock = *openedTryBlocks_.rbegin(); TrackTryBoundaries() local
611 const auto &tryBlock = it.second; MarkTryCatchBlocks() local
656 const auto &tryBlock = it.second; ConnectTryCatchBlocks() local
665 ConnectTryCodeBlock(const TryCodeBlock &tryBlock, const ArenaMap<uint32_t, BasicBlock *> &catchBlocks) ConnectTryCodeBlock() argument
701 RestoreTryEnd(const TryCodeBlock &tryBlock) RestoreTryEnd() argument
839 FindAppropriateCatchBlock(const TryCodeBlock &tryBlock, BasicBlock *throwBlock, uint32_t catchPc) FindAppropriateCatchBlock() argument
869 ConnectThrowBlock(BasicBlock *throwBlock, const TryCodeBlock &tryBlock) ConnectThrowBlock() argument
914 const auto &tryBlock = it.second; ConnectThrowBlocks() local
[all...]
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp739 LocateTryBlock(const BytecodeInstruction &bcIns, const BytecodeInstruction &bcInsLast, const panda_file::CodeDataAccessor::TryBlock &tryBlock, pandasm::Function::CatchBlock *catchBlockPa, LabelTable *labelTable, size_t tryIdx) const LocateTryBlock() argument
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_items.h1555 void AddTryBlock(const TryBlock &tryBlock) in AddTryBlock() argument

Completed in 9 milliseconds