Searched refs:HasBootImageSpace (Results 1 – 8 of 8) sorted by relevance
85 return Runtime::Current()->GetHeap()->HasBootImageSpace(); in Java_Main_hasImage()
458 ASSERT_TRUE(heap->HasBootImageSpace()); in TestWriteRead()
752 if (!IsImageDex2OatEnabled() || !GetHeap()->HasBootImageSpace()) { in Start()1289 if (!heap_->HasBootImageSpace() && !allow_dex_file_fallback_) { in Init()1442 if (GetHeap()->HasBootImageSpace()) { in Init()
419 CHECK(!heap->HasBootImageSpace()) << "Runtime has image. We should use it."; in InitWithoutImage()2968 if (runtime->IsAotCompiler() || runtime->GetHeap()->HasBootImageSpace()) { in FixupStaticTrampolines()
715 bool HasBootImageSpace() const { in HasBootImageSpace() function
531 if (HasBootImageSpace()) { in Heap()
2105 if (runtime->IsAotCompiler() || runtime->GetHeap()->HasBootImageSpace()) { in SimplifyStringEquals()
3006 CHECK(heap->HasBootImageSpace()) << "No image spaces"; in DumpImages()