Home
last modified time | relevance | path

Searched refs:dexopt_flags (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/cmds/installd/tests/
Dinstalld_otapreopt_test.cpp65 const int dexopt_flags = atoi(args[i++]); in verifyPackageParameters() local
100 ASSERT_EQ(params.dexopt_flags, dexopt_flags); in verifyPackageParameters()
102 ASSERT_EQ(params.dexopt_flags, dexopt_flags | DEXOPT_GENERATE_COMPACT_DEX); in verifyPackageParameters()
/frameworks/native/cmds/installd/
Dotapreopt_parameters.cpp138 dexopt_flags = DEXOPT_GENERATE_COMPACT_DEX; in SetDefaultsForPostV1Arguments()
203 dexopt_flags |= in ReadArgumentsV1()
312 dexopt_flags = atoi(param); in ReadArgumentsPostV1()
316 dexopt_flags |= (version < 8) ? DEXOPT_GENERATE_COMPACT_DEX : 0u; in ReadArgumentsPostV1()
Ddexopt.cpp1799 static bool validate_dexopt_storage_flags(int dexopt_flags, in validate_dexopt_storage_flags() argument
1802 if ((dexopt_flags & DEXOPT_STORAGE_CE) != 0) { in validate_dexopt_storage_flags()
1804 if ((dexopt_flags & DEXOPT_STORAGE_DE) != 0) { in validate_dexopt_storage_flags()
1808 } else if ((dexopt_flags & DEXOPT_STORAGE_DE) != 0) { in validate_dexopt_storage_flags()
1825 int dexopt_flags, const char* volume_uuid, int uid, const char* instruction_set, in process_secondary_dex_dexopt() argument
1831 if (!validate_dexopt_storage_flags(dexopt_flags, &storage_flag, error_msg)) { in process_secondary_dex_dexopt()
1928 ((dexopt_flags & DEXOPT_FORCE) != 0)) { in process_secondary_dex_dexopt()
1935 *is_public_out = ((dexopt_flags & DEXOPT_PUBLIC) != 0) && is_file_public(dex_path); in process_secondary_dex_dexopt()
1952 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, in dexopt() argument
1959 CHECK_EQ(dexopt_flags & ~DEXOPT_MASK, 0) in dexopt()
[all …]
Dotapreopt_parameters.h41 int dexopt_flags; variable
Ddexopt.h106 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter,
Dotapreopt.cpp581 parameters_.dexopt_flags, in Dexopt()
622 if ((parameters_.dexopt_flags & DEXOPT_PROFILE_GUIDED) == 0) { in RunPreopt()
627 parameters_.dexopt_flags &= ~DEXOPT_PROFILE_GUIDED; in RunPreopt()