Searched defs:tryBlock (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| H A D | absint.cpp | 161 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 D | abc_code_processor.cpp | 210 const panda_file::CodeDataAccessor::TryBlock &tryBlock; member
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| H A D | ir_builder.cpp | 527 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 D | disassembler.cpp | 739 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 D | file_items.h | 1555 void AddTryBlock(const TryBlock &tryBlock) in AddTryBlock() argument
|
Completed in 9 milliseconds