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

  /art/runtime/mirror/
dex_cache_test.cc 142 class_linker_->FindDexCache(Thread::Current(), dex_file));
  /art/compiler/dex/
dex_to_dex_compiler.cc 342 hs.NewHandle(class_linker->FindDexCache(soa.Self(), dex_file)));
  /art/compiler/optimizing/
sharpening.cc 241 : hs.NewHandle(class_linker->FindDexCache(soa.Self(), dex_file));
reference_type_propagation.cc 35 return Runtime::Current()->GetClassLinker()->FindDexCache(self, dex_file);
    [all...]
inliner.cc 649 caller_compilation_unit_.GetClassLinker()->FindDexCache(self, *dex_file);
    [all...]
  /art/compiler/driver/
compiler_driver_test.cc 113 ObjPtr<mirror::DexCache> dex_cache = class_linker_->FindDexCache(soa.Self(), dex);
compiler_driver.cc 822 dex_cache.Assign(class_linker->FindDexCache(soa.Self(), *dex_file));
    [all...]
  /art/compiler/
oat_writer.cc     [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 461 ObjPtr<mirror::DexCache> const dex_cache = class_linker->FindDexCache(self, *dex_file);
  /art/runtime/
class_linker_test.cc 444 ObjPtr<mirror::DexCache> dex_cache = class_linker_->FindDexCache(Thread::Current(), dex);
    [all...]
class_linker.h 422 ObjPtr<mirror::DexCache> FindDexCache(Thread* self, const DexFile& dex_file)
    [all...]
class_linker.cc     [all...]

Completed in 833 milliseconds