Home
last modified time | relevance | path

Searched defs:CatchBlock (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/assembler/
Dassembly-function.h41 struct CatchBlock { struct
42 std::string whole_line;
43 std::string exception_record;
44 std::string try_begin_label;
45 std::string try_end_label;
46 std::string catch_begin_label;
47 std::string catch_end_label;
/arkcompiler/runtime_core/libpandafile/
Dcode_data_accessor.cpp20 CodeDataAccessor::CatchBlock::CatchBlock(Span<const uint8_t> data) in CatchBlock() function in panda::panda_file::CodeDataAccessor::CatchBlock
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyFunction.proto27 message CatchBlock { message
/arkcompiler/runtime_core/runtime/include/
Dmethod-inl.h517 using CatchBlock = panda_file::CodeDataAccessor::CatchBlock; in EnumerateCatchBlocks() local
539 using CatchBlock = panda_file::CodeDataAccessor::CatchBlock; in EnumerateExceptionHandlers() local
/arkcompiler/runtime_core/docs/
Dfile_format.md509 ### CatchBlock subsection
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.h596 using CatchBlock = CatchEndBlock::NextFlag; variable