Home
last modified time | relevance | path

Searched refs:CheckCflow (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/cflow/
Dcflow_check.h28 PandaUniquePtr<CflowMethodInfo> CheckCflow(Method const *method);
Dcflow_check.cpp104 PandaUniquePtr<CflowMethodInfo> CheckCflow(Method const *method) in CheckCflow() function
/arkcompiler/runtime_core/static_core/verification/jobs/
Djob.cpp69 auto cflowInfo = CheckCflow(method_); in DoChecks()