HomeSort by relevance Sort by last modified time
    Searched refs:Unquicken (Results 1 - 3 of 3) sorted by null

  /art/runtime/
vdex_file.h 87 bool unquicken,
96 bool unquicken,
138 // In-place unquicken the given `dex_files` based on `quickening_info`.
139 static void Unquicken(const std::vector<const DexFile*>& dex_files,
vdex_file.cc 60 bool unquicken,
85 return Open(vdex_file->Fd(), vdex_length, vdex_filename, writable, low_4gb, unquicken, error_msg);
93 bool unquicken,
97 (writable || unquicken) ? PROT_READ | PROT_WRITE : PROT_READ,
98 unquicken ? MAP_PRIVATE : MAP_SHARED,
115 if (unquicken) {
120 Unquicken(MakeNonOwningPointerVector(unique_ptr_dex_files), vdex->GetQuickeningInfo());
167 void VdexFile::Unquicken(const std::vector<const DexFile*>& dex_files,
  /art/compiler/driver/
compiler_driver.cc 438 // TODO: we unquicken unconditionnally, as we don't know
441 TimingLogger::ScopedTiming t("Unquicken", timings);
445 VdexFile::Unquicken(dex_files, vdex_file->GetQuickeningInfo());
    [all...]

Completed in 211 milliseconds