Home
last modified time | relevance | path

Searched defs:EXCEPTION_HANDLER (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/cflow/
Dcflow_info.h36 …enum Flag : uint8_t { INSTRUCTION = 1, EXCEPTION_SOURCE = 2, EXCEPTION_HANDLER = 4, JUMP_TARGET = … enumerator
/arkcompiler/runtime_core/static_core/verification/absint/
Dexec_context.h28 enum class EntryPointType : size_t { METHOD_BODY, EXCEPTION_HANDLER, LAST = EXCEPTION_HANDLER }; enumerator