Searched defs:catchBlock (Results 1 - 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | irBuilder_tests.cpp | 149 auto &catchBlock = func.catch_blocks.emplace_back(); in HWTEST_F() local
|
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| H A D | absint.cpp | 209 VerificationStatus VerifyExcHandler([[maybe_unused]] TryBlock const *tryBlock, CatchBlock const *catchBlock, in VerifyExcHandler() argument
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| H A D | assemblyFunctionProto.cpp | 165 auto *catchBlock = allocator->New<panda::pandasm::Function::CatchBlock>(); in Deserialize() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | try_catch_resolving.cpp | 150 void TryCatchResolving::ConnectThrowCatchImpl(BasicBlock *catchBlock, BasicBlock *throwBlock, uint32_t catchPc, in ConnectThrowCatchImpl() argument 257 void TryCatchResolving::RemoveCatchPhisImpl(CatchPhiInst *catchPhi, BasicBlock *catchBlock, Inst *throwInst) in RemoveCatchPhisImpl() argument 293 void TryCatchResolving::RemoveCatchPhis(BasicBlock *cphisBlock, BasicBlock *catchBlock, Ins argument [all...] |
| /arkcompiler/runtime_core/static_core/abc2program/ |
| H A D | abc_code_processor.cpp | 149 const panda_file::CodeDataAccessor::CatchBlock &catchBlock; member
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | file_reader.cpp | 590 BaseClassItem *FileReader::GetCatchTypeItem(CodeDataAccessor::CatchBlock &catchBlock, File::EntityId methodId, in GetCatchTypeItem() argument
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | assembly-parser.cpp | 876 Function::CatchBlock catchBlock; in PrepareCatchBlock() local 955 Function::CatchBlock catchBlock = ParseAsCatchDirective() local [all...] |
| /arkcompiler/runtime_core/static_core/disassembler/ |
| H A D | disassembler.cpp | 1483 void Disassembler::Serialize(const pandasm::Function::CatchBlock &catchBlock, st argument 790 LocateCatchBlock(const BytecodeInstruction &bcIns, const BytecodeInstruction &bcInsLast, const panda_file::CodeDataAccessor::CatchBlock &catchBlock, pandasm::Function::CatchBlock *catchBlockPa, LabelTable *labelTable, size_t tryIdx, size_t catchIdx) const LocateCatchBlock() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | statementParser.cpp | 1230 ir::BlockStatement *catchBlock = ParseBlockStatement(); in ParseCatchClause() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | frame_states.cpp | 998 BytecodeRegion* catchBlock = bb.catches.empty() ? nullptr : bb.catches.at(0); in ComputeLoopBack() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | statementParser.cpp | 1924 ir::BlockStatement *catchBlock = ParseBlockStatement(catchScope); in ParseCatchClause() local
|
Completed in 20 milliseconds