Searched refs:AssignIfExists (Results 1 – 3 of 3) sorted by relevance
/art/compiler/driver/ |
D | compiler_options_map-inl.h | 46 map.AssignIfExists(Base::HugeMethodMaxThreshold, &options->huge_method_threshold_); in ReadCompilerOptions() 47 map.AssignIfExists(Base::LargeMethodMaxThreshold, &options->large_method_threshold_); in ReadCompilerOptions() 48 map.AssignIfExists(Base::SmallMethodMaxThreshold, &options->small_method_threshold_); in ReadCompilerOptions() 49 map.AssignIfExists(Base::TinyMethodMaxThreshold, &options->tiny_method_threshold_); in ReadCompilerOptions() 50 map.AssignIfExists(Base::NumDexMethodsThreshold, &options->num_dex_methods_threshold_); in ReadCompilerOptions() 51 map.AssignIfExists(Base::InlineMaxCodeUnitsThreshold, &options->inline_max_code_units_); in ReadCompilerOptions() 52 map.AssignIfExists(Base::GenerateDebugInfo, &options->generate_debug_info_); in ReadCompilerOptions() 53 map.AssignIfExists(Base::GenerateMiniDebugInfo, &options->generate_mini_debug_info_); in ReadCompilerOptions() 54 map.AssignIfExists(Base::GenerateBuildID, &options->generate_build_id_); in ReadCompilerOptions() 61 map.AssignIfExists(Base::TopKProfileThreshold, &options->top_k_profile_threshold_); in ReadCompilerOptions() [all …]
|
/art/dex2oat/ |
D | dex2oat.cc | 1058 void AssignIfExists(Dex2oatArgumentMap& map, in AssignIfExists() function in art::Dex2Oat 1061 map.AssignIfExists(key, out); in AssignIfExists() 1065 void AssignIfExists(Dex2oatArgumentMap& map, in AssignIfExists() function in art::Dex2Oat 1073 void AssignIfExists(Dex2oatArgumentMap& map, in AssignIfExists() function in art::Dex2Oat 1117 AssignIfExists(args, M::CompactDexLevel, &compact_dex_level_); in ParseArgs() 1118 AssignIfExists(args, M::DexFiles, &dex_filenames_); in ParseArgs() 1119 AssignIfExists(args, M::DexLocations, &dex_locations_); in ParseArgs() 1120 AssignIfExists(args, M::OatFiles, &oat_filenames_); in ParseArgs() 1121 AssignIfExists(args, M::OatSymbols, &parser_options->oat_symbols); in ParseArgs() 1123 AssignIfExists(args, M::ImageFilenames, &image_filenames_); in ParseArgs() [all …]
|
/art/libartbase/base/ |
D | variant_map.h | 241 void AssignIfExists(const TKey<T>& key, U* out) { in AssignIfExists() function
|