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

  /art/runtime/
class_linker.h 367 void InitFromCompiler(const std::vector<const DexFile*>& boot_class_path)
class_linker.cc 177 class_linker->InitFromCompiler(boot_class_path);
203 void ClassLinker::InitFromCompiler(const std::vector<const DexFile*>& boot_class_path) {
467 VLOG(startup) << "ClassLinker::InitFromCompiler exiting";
    [all...]

Completed in 221 milliseconds