Searched refs:RunRootClinits (Results 1 – 7 of 7) sorted by relevance
149 runtime_->RunRootClinits(soa.Self()); in FinalizeSetup()
243 void RunRootClinits(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_);
827 void Runtime::RunRootClinits(Thread* self) { in RunRootClinits() function in art::Runtime828 class_linker_->RunRootClinits(self); in RunRootClinits()
448 void RunRootClinits(Thread* self)
2248 runtime->RunRootClinits(soa.Self()); in FinishStartup()
1198 void ClassLinker::RunRootClinits(Thread* self) { in RunRootClinits() function in art::ClassLinker
2848 runtime_->RunRootClinits(self); in CreateRuntime()