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

  /art/runtime/mirror/
dex_cache_test.cc 147 class_linker_->FindDexCache(Thread::Current(), dex_file));
  /art/compiler/
common_compiler_test.cc 184 Handle<mirror::DexCache> dex_cache = hs.NewHandle(class_linker_->FindDexCache(self, dex_file));
  /art/compiler/optimizing/
sharpening.cc 298 : hs.NewHandle(class_linker->FindDexCache(soa.Self(), dex_file));
reference_type_propagation.cc 39 return Runtime::Current()->GetClassLinker()->FindDexCache(self, dex_file);
    [all...]
inliner.cc 746 caller_compilation_unit_.GetClassLinker()->FindDexCache(self, *dex_file);
    [all...]
  /art/dex2oat/driver/
compiler_driver_test.cc 126 ObjPtr<mirror::DexCache> dex_cache = class_linker_->FindDexCache(soa.Self(), dex);
compiler_driver.cc 682 dex_cache.Assign(class_linker->FindDexCache(soa.Self(), *dex_file));
801 dex_cache.Assign(class_linker->FindDexCache(soa.Self(), *dex_file));
    [all...]
  /art/dex2oat/dex/
dex_to_dex_compiler.cc 532 hs.NewHandle(class_linker->FindDexCache(soa.Self(), dex_file)));
  /art/dex2oat/linker/
oat_writer.cc     [all...]
  /art/runtime/jit/
jit.cc 782 dex_cache.Assign(class_linker->FindDexCache(self, *dex_file));
    [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 526 const ObjPtr<mirror::DexCache> dex_cache = class_linker->FindDexCache(self, *dex_file);
  /art/runtime/
class_linker.h 465 ObjPtr<mirror::DexCache> FindDexCache(Thread* self, const DexFile& dex_file)
    [all...]
class_linker_test.cc     [all...]
class_linker.cc     [all...]

Completed in 344 milliseconds