Home | History | Annotate | Download | only in dex2oat

Lines Matching refs:runtime_

584       runtime_(nullptr),
626 // Log completion time before deleting the runtime_, because this accesses
647 runtime_.release();
1614 if (!class_loader_context_->OpenDexFiles(runtime_->GetInstructionSet(), classpath_dir_)) {
1772 runtime_->GetHeap()->CollectGarbage(/*clear_soft_references*/ true);
1776 << runtime_->GetHeap()->GetVerification()->FirstPathFromRootSet(decoded_weak);
2645 runtime_.reset(Runtime::Current());
2646 runtime_->SetInstructionSet(instruction_set_);
2649 if (!runtime_->HasCalleeSaveMethod(type)) {
2650 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type);
2658 runtime_->GetClassLinker()->RunRootClinits();
2855 std::unique_ptr<Runtime> runtime_;