Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/docs/bc_verification/
Dcflow_checks.md41 ### Execution beyond method body
105 ### Code to exception handler
149 ### Code into exception handler
173 ### Handler to handler
226 ### Handler into handler
293 ### Handler into code
/arkcompiler/runtime_core/docs/bc_verification/
Dcflow_checks.md41 ### Execution beyond method body
105 ### Code to exception handler
149 ### Code into exception handler
173 ### Handler to handler
226 ### Handler into handler
293 ### Handler into code
/arkcompiler/runtime_core/static_core/verification/config/handlers/
Dconfig_handler_method_options.cpp205 bool ProcessSectionCheck(const Literals &checks, MethodOptions *options) in ProcessSectionCheck()
/arkcompiler/runtime_core/libabckit/tests/scenarios/branch_eliminator/dynamic/
Dbranch_eliminator.cpp177 std::vector<AbckitInst *> checks; in ReplaceLdObjByNameWithBoolean() local
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/branch_eliminator/
Dbranch_eliminator_test.cpp238 std::vector<AbckitInst *> checks; in ReplaceLdObjByNameWithBoolean() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h880 IrConstructor &SetChecks(HclassChecks checks) in SetChecks()