Lines Matching refs:runtime_
609 runtime_ = runtime; in SetRuntime()
686 Runtime* runtime = runtime_; in GetRuntime()
692 static Runtime* runtime_; member in art::WatchDog
705 Runtime* WatchDog::runtime_ = nullptr; member in art::WatchDog
784 runtime_(nullptr), in Dex2Oat()
839 runtime_.release(); // NOLINT in ~Dex2Oat()
1761 ArrayRef<const DexFile* const> bcp_dex_files(runtime_->GetClassLinker()->GetBootClassPath()); in Setup()
1776 for (const std::string& bcp_location : runtime_->GetBootClassPathLocations()) { in Setup()
1874 if (!class_loader_context_->OpenDexFiles(runtime_->GetInstructionSet(), in Setup()
1982 runtime_->GetHeap()->CollectGarbage(/* clear_soft_references */ true); in CompileDexFilesIndividually()
1986 << runtime_->GetHeap()->GetVerification()->FirstPathFromRootSet(decoded_weak); in CompileDexFilesIndividually()
2630 AotClassLinker* aot_class_linker = down_cast<AotClassLinker*>(runtime_->GetClassLinker()); in PrepareUpdatableBcpPackages()
2830 runtime_.reset(Runtime::Current()); in CreateRuntime()
2831 runtime_->SetInstructionSet(compiler_options_->GetInstructionSet()); in CreateRuntime()
2834 if (!runtime_->HasCalleeSaveMethod(type)) { in CreateRuntime()
2835 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type); in CreateRuntime()
2844 runtime_->RunRootClinits(self); in CreateRuntime()
2850 WatchDog::SetRuntime(runtime_.get()); in CreateRuntime()
2997 std::unique_ptr<Runtime> runtime_; member in art::Dex2Oat