Searched refs:InitFromBootImage (Results 1 – 3 of 3) sorted by relevance
166 bool InitFromBootImage(std::string* error_msg)
1752 bool result = class_linker_->InitFromBootImage(&error_msg); in Init()
1162 bool ClassLinker::InitFromBootImage(std::string* error_msg) { in InitFromBootImage() function in art::ClassLinker