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

  /art/runtime/
oat_file.h 276 const OatDexFile* GetOatDexFile(const char* dex_location,
352 // for GetOatDexFile() for a very frequent use case. Never contains a nullptr value.
355 // Lock guarding all members needed for secondary lookup in GetOatDexFile().
oat_file.cc 368 const OatFile::OatDexFile* OatFile::GetOatDexFile(const char* dex_location,
class_linker.cc 715 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_location,
    [all...]
  /art/compiler/
oat_test.cc 150 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file->GetLocation().c_str(),
  /art/runtime/native/
dalvik_system_DexFile.cc 314 const art::OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(filename, nullptr,

Completed in 65 milliseconds