Searched refs:Exists (Results 1 – 13 of 13) sorted by relevance
36 if (map.Exists(Base::CompilerFilter)) { in ReadCompilerOptions()55 if (map.Exists(Base::Debuggable)) { in ReadCompilerOptions()58 if (map.Exists(Base::Baseline)) { 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::CheckProfiledMethods)) { in ReadCompilerOptions()89 if (map.Exists(Base::DumpTimings)) { in ReadCompilerOptions()93 if (map.Exists(Base::DumpPassTimings)) { in ReadCompilerOptions()[all …]
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
84 #define EXPECT_PARSED_EXISTS(actual_key) EXPECT_TRUE(map.Exists(actual_key)) in TEST_F()127 EXPECT_TRUE(map.Exists(Opt::GcOption)); in TEST_F()144 EXPECT_TRUE(map.Exists(Opt::GcOption)); in TEST_F()
534 if (args.Exists(M::Help)) { in DoParse()537 } else if (args.Exists(M::ShowVersion)) { in DoParse()543 } else if (args.Exists(M::BootClassPath)) { in DoParse()548 if (args.Exists(M::UseJitCompilation) && *args.Get(M::UseJitCompilation)) { in DoParse()596 bool low_memory_mode_ = args.Exists(M::LowMemoryMode); in DoParse()635 if (!args.Exists(M::CompilerCallbacksPtr) && !args.Exists(M::Image)) { in DoParse()
1128 if (runtime_options.Exists(Opt::UseStderrLogger)) { in Init()1218 is_zygote_ = runtime_options.Exists(Opt::Zygote); in Init()1219 is_explicit_gc_disabled_ = runtime_options.Exists(Opt::DisableExplicitGC); in Init()1249 allow_dex_file_fallback_ = !runtime_options.Exists(Opt::NoDexFileFallback); in Init()1269 no_sig_chain_ = runtime_options.Exists(Opt::NoSigChain); in Init()1270 force_native_bridge_ = runtime_options.Exists(Opt::ForceNativeBridge); in Init()1282 is_low_memory_mode_ = runtime_options.Exists(Opt::LowMemoryMode); in Init()1293 if (is_low_memory_mode_ && !runtime_options.Exists(Opt::ForegroundHeapGrowthMultiplier)) { in Init()1328 runtime_options.Exists(Opt::LowMemoryMode), in Init()1331 runtime_options.Exists(Opt::IgnoreMaxFootprint), in Init()[all …]
104 if (!debug_info.dex_files.empty() && builder->GetDex()->Exists()) { in WriteDebugSymbols()
93 options.Exists(RuntimeArgumentMap::DumpJITInfoOnShutdown); in CreateFromRuntimeArguments()99 if (options.Exists(RuntimeArgumentMap::JITCompileThreshold)) { in CreateFromRuntimeArguments()111 if (options.Exists(RuntimeArgumentMap::JITWarmupThreshold)) { in CreateFromRuntimeArguments()118 if (options.Exists(RuntimeArgumentMap::JITOsrThreshold)) { in CreateFromRuntimeArguments()129 if (options.Exists(RuntimeArgumentMap::JITPriorityThreadWeight)) { in CreateFromRuntimeArguments()143 if (options.Exists(RuntimeArgumentMap::JITInvokeTransitionWeight)) { in CreateFromRuntimeArguments()
1068 if (map.Exists(key)) { in AssignIfExists()1076 if (map.Exists(key)) { in AssignIfExists()1088 if (map.Exists(key)) { in AssignTrueIfExists()1159 parser_options->requested_specific_compiler = args.Exists(M::Backend); in ParseArgs()1169 if (args.Exists(M::InvocationFile)) { in ParseArgs()1181 if (args.Exists(M::ForceDeterminism)) { in ParseArgs()1188 if (args.Exists(M::Base)) { in ParseArgs()1191 if (args.Exists(M::TargetInstructionSetVariant)) { in ParseArgs()1194 if (args.Exists(M::TargetInstructionSetFeatures)) { in ParseArgs()1197 if (args.Exists(M::ClassLoaderContext)) { in ParseArgs()[all …]
257 builder_->GetDex()->Exists() ? builder_->GetDex()->GetAddress() : 0, in PrepareDebugInfo()
488 force_copy_(runtime_options.Exists(RuntimeArgumentMap::JniOptsForceCopy)), in JavaVMExt()489 tracing_enabled_(runtime_options.Exists(RuntimeArgumentMap::JniTrace) in JavaVMExt()509 SetCheckJniEnabled(runtime_options.Exists(RuntimeArgumentMap::CheckJni)); in JavaVMExt()
169 #define EXPECT_KEY_EXISTS(map, key) EXPECT_TRUE((map).Exists(key))
192 bool Exists() const { in Exists() function