Searched refs:RunRootClinits (Results 1 – 7 of 7) sorted by relevance
172 runtime_->RunRootClinits(soa.Self()); in FinalizeSetup()
227 void RunRootClinits(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_);
792 void Runtime::RunRootClinits(Thread* self) { in RunRootClinits() function in art::Runtime793 class_linker_->RunRootClinits(self); in RunRootClinits()
423 void RunRootClinits(Thread* self)
2243 runtime->RunRootClinits(soa.Self()); in FinishStartup()
920 void ClassLinker::RunRootClinits(Thread* self) { in RunRootClinits() function in art::ClassLinker
2569 runtime_->RunRootClinits(self); in CreateRuntime()