Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.cc188 bool CompilerOptions::IsCoreImageFilename(const std::string& boot_image_filename) { in IsCoreImageFilename() function in art::CompilerOptions
Dcompiler_options.h369 static bool IsCoreImageFilename(const std::string& boot_image_filename);
/art/compiler/jit/
Djit_compiler.cc110 CompilerOptions::IsCoreImageFilename(runtime->GetImageLocation()); in ParseCompilerOptions()
/art/dex2oat/
Ddex2oat.cc990 CompilerOptions::IsCoreImageFilename(boot_image_filename_); in ProcessOptions()