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

  /art/compiler/driver/
compiler_driver.cc 709 mirror::DexCache* dex_cache = class_linker->FindDexCache(*dex_file);
782 mirror::DexCache* dex_cache = Runtime::Current()->GetClassLinker()->FindDexCache(dex_file);
802 mirror::DexCache* dex_cache = Runtime::Current()->GetClassLinker()->FindDexCache(dex_file);
828 mirror::DexCache* dex_cache = Runtime::Current()->GetClassLinker()->FindDexCache(dex_file);
    [all...]
compiler_driver_test.cc 104 mirror::DexCache* dex_cache = class_linker_->FindDexCache(*dex);
  /art/compiler/
elf_writer_mclinker.cc 359 mirror::DexCache* dex_cache = linker->FindDexCache(dex_file);
image_writer.cc 652 DexCache* dex_cache = class_linker->FindDexCache(patch->GetDexFile());
oat_writer.cc 400 mirror::DexCache* dex_cache = linker->FindDexCache(*dex_file);
    [all...]
  /art/oatdump/
oatdump.cc 563 mirror::DexCache* dex_cache = Runtime::Current()->GetClassLinker()->FindDexCache(*dex_file);
621 mirror::DexCache* dex_cache = Runtime::Current()->GetClassLinker()->FindDexCache(*dex_file);
    [all...]
  /art/runtime/
class_linker.h 237 mirror::DexCache* FindDexCache(const DexFile& dex_file) const
class_linker_test.cc 336 mirror::DexCache* dex_cache = class_linker_->FindDexCache(*dex);
    [all...]
class_linker.cc     [all...]

Completed in 187 milliseconds