Home
last modified time | relevance | path

Searched refs:only_startup_strings (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/dex2oat/driver/
H A Dcompiler_driver.h292 bool only_startup_strings,
H A Dcompiler_driver.cc587 bool only_startup_strings, in ResolveConstStrings() argument
591 if (only_startup_strings && profile_compilation_info == nullptr) { in ResolveConstStrings()
637 bool process_method = only_startup_strings in ResolveConstStrings()