Searched refs:dexopt_flags (Results 1 – 3 of 3) sorted by relevance
67 int dexopt_flags,
1620 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, in dexopt() argument1623 bool is_public = ((dexopt_flags & DEXOPT_PUBLIC) != 0); in dexopt()1624 bool vm_safe_mode = (dexopt_flags & DEXOPT_SAFEMODE) != 0; in dexopt()1625 bool debuggable = (dexopt_flags & DEXOPT_DEBUGGABLE) != 0; in dexopt()1626 bool boot_complete = (dexopt_flags & DEXOPT_BOOTCOMPLETE) != 0; in dexopt()1627 bool profile_guided = (dexopt_flags & DEXOPT_PROFILE_GUIDED) != 0; in dexopt()1648 if ((dexopt_flags & ~DEXOPT_MASK) != 0) { in dexopt()
274 int dexopt_flags = atoi(arg[6]); in do_dexopt() local276 if ((dexopt_flags & DEXOPT_OTA) != 0) { in do_dexopt()