Home
last modified time | relevance | path

Searched defs:TryBlock (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dcode_data_accessor.cpp29 CodeDataAccessor::TryBlock::TryBlock(Span<const uint8_t> data) : data_(data), size_(0) in TryBlock() function in panda::panda_file::CodeDataAccessor::TryBlock
Dfile_items.h1340 TryBlock(size_t start_pc, size_t length, std::vector<CatchBlock> catch_blocks) in TryBlock() function
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dbytecodeopt_peepholes_runtime_test.cpp52 TEST_F(BytecodeOptPeepholes, TryBlock) in TEST_F() argument
/arkcompiler/runtime_core/verification/cflow/
Dcflow_info.h43 CflowBlockInfo TryBlock; member
/arkcompiler/runtime_core/docs/
Dfile_format.md496 ### TryBlock subsection
/arkcompiler/runtime_core/runtime/include/
Dmethod-inl.h516 using TryBlock = panda_file::CodeDataAccessor::TryBlock; in EnumerateCatchBlocks() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.h599 using TryBlock = TryEndBlock::NextFlag; variable
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp459 code_data_accessor.EnumerateTryBlocks([](const CodeDataAccessor::TryBlock &) { in __anona8d9bbf90b02()