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

  /art/compiler/driver/
compiler_driver-inl.h 34 return mUnit->GetClassLinker()->FindDexCache(*mUnit->GetDexFile());
89 inline mirror::DexCache* CompilerDriver::FindDexCache(const DexFile* dex_file) {
90 return Runtime::Current()->GetClassLinker()->FindDexCache(*dex_file);
343 DCHECK_EQ(dex_cache.Get(), mUnit->GetClassLinker()->FindDexCache(*mUnit->GetDexFile()));
373 auto target_dex_cache(hs.NewHandle(class_linker->FindDexCache(*devirt_target->dex_file)));
  /art/runtime/
class_linker.cc     [all...]

Completed in 107 milliseconds