Searched refs:Exists (Results 1 – 13 of 13) sorted by relevance
36 if (map.Exists(Base::CompilerFilter)) { in ReadCompilerOptions()46 if (map.Exists(Base::PIC)) { in ReadCompilerOptions()58 if (map.Exists(Base::Debuggable)) { in ReadCompilerOptions()64 if (map.Exists(Base::DumpInitFailures)) { in ReadCompilerOptions()70 if (map.Exists(Base::DumpCFGAppend)) { in ReadCompilerOptions()73 if (map.Exists(Base::RegisterAllocationStrategy)) { in ReadCompilerOptions()80 if (map.Exists(Base::CountHotnessInCompiledCode)) { in ReadCompilerOptions()84 if (map.Exists(Base::DumpTimings)) { in ReadCompilerOptions()88 if (map.Exists(Base::DumpStats)) { in ReadCompilerOptions()
53 EXPECT_FALSE(fm.Exists(FruitMap::Apple)); in TEST()55 EXPECT_FALSE(fm.Exists(FruitMap::Orange)); in TEST()60 EXPECT_TRUE(fm.Exists(FruitMap::Apple)); in TEST()65 EXPECT_TRUE(fm.Exists(FruitMap::Apple)); in TEST()74 EXPECT_FALSE(fm.Exists(FruitMap::Apple)); in TEST()78 EXPECT_FALSE(fm.Exists(FruitMap::Orange)); in TEST()
243 if (Exists(key)) { in AssignIfExists()278 bool Exists(const TKey<TValue>& key) const { in Exists() function
508 if (args.Exists(M::Help)) { in DoParse()511 } else if (args.Exists(M::ShowVersion)) { in DoParse()517 } else if (args.Exists(M::BootClassPath)) { in DoParse()566 bool low_memory_mode_ = args.Exists(M::LowMemoryMode); in DoParse()611 if (args.Exists(M::BootClassPathLocations)) { in DoParse()626 if (!args.Exists(M::CompilerCallbacksPtr) && !args.Exists(M::Image)) { in DoParse()
81 #define EXPECT_PARSED_EXISTS(actual_key) EXPECT_TRUE(map.Exists(actual_key)) in TEST_F()124 EXPECT_TRUE(map.Exists(Opt::GcOption)); in TEST_F()
1120 if (runtime_options.Exists(Opt::UseStderrLogger)) { in Init()1167 is_zygote_ = runtime_options.Exists(Opt::Zygote); in Init()1168 is_explicit_gc_disabled_ = runtime_options.Exists(Opt::DisableExplicitGC); in Init()1205 allow_dex_file_fallback_ = !runtime_options.Exists(Opt::NoDexFileFallback); in Init()1213 bool do_hidden_api_checks = runtime_options.Exists(Opt::HiddenApiChecks); in Init()1222 no_sig_chain_ = runtime_options.Exists(Opt::NoSigChain); in Init()1223 force_native_bridge_ = runtime_options.Exists(Opt::ForceNativeBridge); in Init()1235 is_low_memory_mode_ = runtime_options.Exists(Opt::LowMemoryMode); in Init()1246 if (is_low_memory_mode_ && !runtime_options.Exists(Opt::ForegroundHeapGrowthMultiplier)) { in Init()1273 runtime_options.Exists(Opt::LowMemoryMode), in Init()[all …]
459 force_copy_(runtime_options.Exists(RuntimeArgumentMap::JniOptsForceCopy)), in JavaVMExt()460 tracing_enabled_(runtime_options.Exists(RuntimeArgumentMap::JniTrace) in JavaVMExt()480 SetCheckJniEnabled(runtime_options.Exists(RuntimeArgumentMap::CheckJni)); in JavaVMExt()
78 options.Exists(RuntimeArgumentMap::DumpJITInfoOnShutdown); in CreateFromRuntimeArguments()82 if (options.Exists(RuntimeArgumentMap::JITCompileThreshold)) { in CreateFromRuntimeArguments()96 if (options.Exists(RuntimeArgumentMap::JITWarmupThreshold)) { in CreateFromRuntimeArguments()105 if (options.Exists(RuntimeArgumentMap::JITOsrThreshold)) { in CreateFromRuntimeArguments()117 if (options.Exists(RuntimeArgumentMap::JITPriorityThreadWeight)) { in CreateFromRuntimeArguments()131 if (options.Exists(RuntimeArgumentMap::JITInvokeTransitionWeight)) { in CreateFromRuntimeArguments()
104 if (!debug_info.dex_files.empty() && builder->GetDex()->Exists()) { in WriteDebugSymbols()
1143 if (map.Exists(key)) { in AssignIfExists()1151 if (map.Exists(key)) { in AssignIfExists()1163 if (map.Exists(key)) { in AssignTrueIfExists()1237 parser_options->requested_specific_compiler = args.Exists(M::Backend); in ParseArgs()1250 if (args.Exists(M::ForceDeterminism)) { in ParseArgs()1257 if (args.Exists(M::Base)) { in ParseArgs()1260 if (args.Exists(M::TargetInstructionSetVariant)) { in ParseArgs()1263 if (args.Exists(M::TargetInstructionSetFeatures)) { in ParseArgs()1266 if (args.Exists(M::ClassLoaderContext)) { in ParseArgs()1273 if (args.Exists(M::StoredClassLoaderContext)) { in ParseArgs()[all …]
261 builder_->GetDex()->Exists() ? builder_->GetDex()->GetAddress() : 0, in PrepareDebugInfo()
163 #define EXPECT_KEY_EXISTS(map, key) EXPECT_TRUE((map).Exists(key))
200 bool Exists() const { in Exists() function