Home
last modified time | relevance | path

Searched defs:catchBlock (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
H A DirBuilder_tests.cpp149 auto &catchBlock = func.catch_blocks.emplace_back(); in HWTEST_F() local
/arkcompiler/runtime_core/static_core/verification/absint/
H A Dabsint.cpp209 VerificationStatus VerifyExcHandler([[maybe_unused]] TryBlock const *tryBlock, CatchBlock const *catchBlock, in VerifyExcHandler() argument
/arkcompiler/ets_frontend/merge_abc/src/
H A DassemblyFunctionProto.cpp165 auto *catchBlock = allocator->New<panda::pandasm::Function::CatchBlock>(); in Deserialize() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dtry_catch_resolving.cpp150 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 Dabc_code_processor.cpp149 const panda_file::CodeDataAccessor::CatchBlock &catchBlock; member
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_reader.cpp590 BaseClassItem *FileReader::GetCatchTypeItem(CodeDataAccessor::CatchBlock &catchBlock, File::EntityId methodId, in GetCatchTypeItem() argument
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-parser.cpp876 Function::CatchBlock catchBlock; in PrepareCatchBlock() local
955 Function::CatchBlock catchBlock = ParseAsCatchDirective() local
[all...]
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp1483 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 DstatementParser.cpp1230 ir::BlockStatement *catchBlock = ParseBlockStatement(); in ParseCatchClause() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dframe_states.cpp998 BytecodeRegion* catchBlock = bb.catches.empty() ? nullptr : bb.catches.at(0); in ComputeLoopBack() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp1924 ir::BlockStatement *catchBlock = ParseBlockStatement(catchScope); in ParseCatchClause() local

Completed in 20 milliseconds