Searched refs:DisablePreopt (Results 1 – 4 of 4) sorted by relevance
30 DisablePreopt bool // disable preopt for all modules member248 DisablePreopt: true,466 if GetGlobalConfig(ctx).DisablePreopt {503 if GetGlobalConfig(ctx).DisablePreopt {526 DisablePreopt: false,
72 if global.DisablePreopt {
182 return dexpreopt.GetGlobalConfig(ctx).DisablePreopt
75 …$(call add_json_bool, DisablePreopt, $(call invert_bool,$(ENABLE_PREOPT)…