Searched refs:RunRootClinits (Results 1 – 7 of 7) sorted by relevance
161 runtime_->RunRootClinits(soa.Self()); in FinalizeSetup()
254 void RunRootClinits(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_);
901 void Runtime::RunRootClinits(Thread* self) { in RunRootClinits() function in art::Runtime902 class_linker_->RunRootClinits(self); in RunRootClinits()
457 void RunRootClinits(Thread* self)
2363 runtime->RunRootClinits(soa.Self()); in FinishStartup()
1087 void ClassLinker::RunRootClinits(Thread* self) { in RunRootClinits() function in art::ClassLinker
2734 runtime_->RunRootClinits(self); in CreateRuntime()