Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.cc784 static void ResolveConstStrings(Handle<mirror::DexCache> dex_cache, in ResolveConstStrings() function
812 static void ResolveConstStrings(CompilerDriver* driver, in ResolveConstStrings() function
856 ResolveConstStrings(dex_cache, *dex_file, it.GetMethodCodeItem()); in ResolveConstStrings()
927 ResolveConstStrings(this, dex_files, timings); in PreCompile()