Lines Matching refs:runtime_
128 runtime_->AppendToBootClassPath(src, src, dex_files); in InsertNewBootClasspathEntry()
183 [this]() { Runtime::TestOnlySetCurrent(runtime_.get()); }); in ScopedMaybeWithoutRuntime()
190 .image_locations = runtime_->GetImageLocations(), in CreateOatFileAssistantContext()
191 .boot_class_path = runtime_->GetBootClassPath(), in CreateOatFileAssistantContext()
192 .boot_class_path_locations = runtime_->GetBootClassPathLocations(), in CreateOatFileAssistantContext()
193 .boot_class_path_fds = !runtime_->GetBootClassPathFds().empty() ? in CreateOatFileAssistantContext()
194 &runtime_->GetBootClassPathFds() : in CreateOatFileAssistantContext()
196 .deny_art_apex_data_files = runtime_->DenyArtApexDataFiles(), in CreateOatFileAssistantContext()
1556 runtime_->Start(); in TEST_F()
2118 runtime_->Start(); in TEST_F()
2178 runtime_->Start(); in TEST_F()
2259 runtime_->Start(); in TEST_F()
2454 ArrayRef<gc::space::ImageSpace* const>(runtime_->GetHeap()->GetBootImageSpaces()), in TEST_P()
2455 ArrayRef<const DexFile* const>(runtime_->GetClassLinker()->GetBootClassPath())); in TEST_P()
2456 std::string bcp_locations = android::base::Join(runtime_->GetBootClassPathLocations(), ':'); in TEST_P()