Home
last modified time | relevance | path

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

/art/dex2oat/driver/
Dcompiler_driver.h300 void ResolveConstStrings(const std::vector<const DexFile*>& dex_files,
Dcompiler_driver.cc667 void CompilerDriver::ResolveConstStrings(const std::vector<const DexFile*>& dex_files, in ResolveConstStrings() function in art::CompilerDriver
893 ResolveConstStrings(dex_files, /*only_startup_strings=*/ false, timings); in PreCompile()
896 ResolveConstStrings(dex_files, /*only_startup_strings=*/ true, timings); in PreCompile()