Home
last modified time | relevance | path

Searched refs:ResolveStartupConstStrings (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/compiler/driver/
H A Dcompiler_options_map-inl.h94 map.AssignIfExists(Base::ResolveStartupConstStrings, &options->resolve_startup_const_strings_);
242 .IntoKey(Map::ResolveStartupConstStrings)
H A Dcompiler_options_map.def54 COMPILER_OPTIONS_KEY (bool, ResolveStartupConstStrings, false)
H A Dcompiler_options.h365 bool ResolveStartupConstStrings() const { in ResolveStartupConstStrings() function
/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp763 TEST_F(DexoptTest, ResolveStartupConstStrings) { in TEST_F() argument
/aosp12/art/dex2oat/driver/
H A Dcompiler_driver.cc809 } else if (GetCompilerOptions().ResolveStartupConstStrings()) { in PreCompile()