Searched refs:dynamic_checkers (Results 1 – 2 of 2) sorted by relevance
554 DynamicCheckerFunctions *dynamic_checkers = new DynamicCheckerFunctions(); in PrepareForExecution() local558 if (!dynamic_checkers->Install(install_errors, exe_ctx)) in PrepareForExecution()568 process->SetDynamicCheckers(dynamic_checkers); in PrepareForExecution()
3414 void SetDynamicCheckers(DynamicCheckerFunctions *dynamic_checkers) in SetDynamicCheckers() argument3416 m_dynamic_checkers_ap.reset(dynamic_checkers); in SetDynamicCheckers()