Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h617 return allow_dex_file_fallback_; in IsDexFileFallbackEnabled()
1068 bool allow_dex_file_fallback_; variable
Druntime.cc267 allow_dex_file_fallback_(true), in Runtime()
1249 allow_dex_file_fallback_ = !runtime_options.Exists(Opt::NoDexFileFallback); in Init()
1348 if (!heap_->HasBootImageSpace() && !allow_dex_file_fallback_) { in Init()