Lines Matching refs:runtime_
333 runtime_ = runtime; in SetRuntime()
410 Runtime* runtime = runtime_; in GetRuntime()
416 static Runtime* runtime_; member in art::WatchDog
429 Runtime* WatchDog::runtime_ = nullptr; member in art::WatchDog
517 runtime_(nullptr), in Dex2Oat()
578 runtime_.release(); // NOLINT in ~Dex2Oat()
1567 if (runtime_->GetHeap()->GetBootImageSpaces().empty() && in Setup()
1574 ArrayRef<const DexFile* const> bcp_dex_files(runtime_->GetClassLinker()->GetBootClassPath()); in Setup()
1589 for (const std::string& bcp_location : runtime_->GetBootClassPathLocations()) { in Setup()
1827 runtime_->GetHeap()->CollectGarbage(/* clear_soft_references */ true); in CompileDexFilesIndividually()
1831 << runtime_->GetHeap()->GetVerification()->FirstPathFromRootSet(decoded_weak); in CompileDexFilesIndividually()
2761 runtime_.reset(Runtime::Current()); in CreateRuntime()
2762 runtime_->SetInstructionSet(compiler_options_->GetInstructionSet()); in CreateRuntime()
2765 if (!runtime_->HasCalleeSaveMethod(type)) { in CreateRuntime()
2766 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type); in CreateRuntime()
2775 runtime_->GetClassLinker()->RunEarlyRootClinits(self); in CreateRuntime()
2777 runtime_->RunRootClinits(self); in CreateRuntime()
2783 WatchDog::SetRuntime(runtime_.get()); in CreateRuntime()
2933 std::unique_ptr<Runtime> runtime_; member in art::Dex2Oat