Home
last modified time | relevance | path

Searched defs:FindDexCache (Results 1 – 2 of 2) sorted by relevance

/art/compiler/driver/
Dcompiler_driver-inl.h89 inline mirror::DexCache* CompilerDriver::FindDexCache(const DexFile* dex_file) { in FindDexCache() function
/art/runtime/
Dclass_linker.cc3301 mirror::DexCache* ClassLinker::FindDexCache(Thread* self, in FindDexCache() function in art::ClassLinker