Home
last modified time | relevance | path

Searched refs:InitFromBootImage (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dclass_linker.h134 bool InitFromBootImage(std::string* error_msg)
Druntime.cc1516 bool result = class_linker_->InitFromBootImage(&error_msg); in Init()
Dclass_linker.cc944 bool ClassLinker::InitFromBootImage(std::string* error_msg) { in InitFromBootImage() function in art::ClassLinker