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

  /art/compiler/driver/
dex_compilation_unit.h 51 ClassLinker* GetClassLinker() const {
compiler_driver.cc 523 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
723 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
832 mirror::DexCache* dex_cache = Runtime::Current()->GetClassLinker()->FindDexCache(dex_file);
    [all...]
  /art/runtime/
runtime.h 221 ClassLinker* GetClassLinker() const {

Completed in 574 milliseconds