Searched refs:RunRootClinits (Results 1 – 7 of 7) sorted by relevance
153 runtime_->RunRootClinits(soa.Self()); in FinalizeSetup()
246 void RunRootClinits(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_);
848 void Runtime::RunRootClinits(Thread* self) { in RunRootClinits() function in art::Runtime849 class_linker_->RunRootClinits(self); in RunRootClinits()
458 void RunRootClinits(Thread* self)
2258 runtime->RunRootClinits(soa.Self()); in FinishStartup()
1123 void ClassLinker::RunRootClinits(Thread* self) { in RunRootClinits() function in art::ClassLinker
2735 runtime_->RunRootClinits(self); in CreateRuntime()