Home
last modified time | relevance | path

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

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