Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/assembler/
Dassembly-function.h42 struct CatchBlock { struct
43 std::string wholeLine;
44 std::string exceptionRecord;
45 std::string tryBeginLabel;
46 std::string tryEndLabel;
47 std::string catchBeginLabel;
48 std::string catchEndLabel;
/arkcompiler/runtime_core/assembler/
Dassembly-function.h46 struct CatchBlock { struct
47 std::string whole_line;
48 std::string exception_record;
49 std::string try_begin_label;
50 std::string try_end_label;
51 std::string catch_begin_label;
52 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/runtime_core/static_core/libpandafile/
Dcode_data_accessor.cpp21 CodeDataAccessor::CatchBlock::CatchBlock(Span<const uint8_t> data) in CatchBlock() function in ark::panda_file::CodeDataAccessor::CatchBlock
/arkcompiler/runtime_core/static_core/verification/cflow/
Dcflow_info.cpp75 using CatchBlock = panda_file::CodeDataAccessor::CatchBlock; in ProcessCatchBlocks() typedef
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyFunction.proto27 message CatchBlock { message
/arkcompiler/runtime_core/static_core/verification/absint/
Dabsint.cpp57 using CatchBlock = panda_file::CodeDataAccessor::CatchBlock; typedef
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod-inl.h577 using CatchBlock = panda_file::CodeDataAccessor::CatchBlock; in EnumerateCatchBlocks() local
599 using CatchBlock = panda_file::CodeDataAccessor::CatchBlock; in EnumerateExceptionHandlers() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dbasicblock.h332 using CatchBlock = CatchBeginBlock::NextFlag; variable
/arkcompiler/runtime_core/static_core/docs/
Dfile_format.md598 ### CatchBlock subsection
/arkcompiler/runtime_core/docs/
Dfile_format.md509 ### CatchBlock subsection
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.h590 using CatchBlock = CatchEndBlock::NextFlag; variable