Searched refs:HasBootImageSpace (Results 1 – 8 of 8) sorted by relevance
80 return Runtime::Current()->GetHeap()->HasBootImageSpace(); in Java_Main_hasImage()
829 if (!IsImageDex2OatEnabled() || !GetHeap()->HasBootImageSpace()) { in Start()1348 if (!heap_->HasBootImageSpace() && !allow_dex_file_fallback_) { in Init()1515 if (GetHeap()->HasBootImageSpace()) { in Init()1595 if (GetHeap()->HasBootImageSpace()) { in Init()
455 CHECK(!heap->HasBootImageSpace()) << "Runtime has image. We should use it."; in InitWithoutImage()3422 if (runtime->IsAotCompiler() || runtime->GetHeap()->HasBootImageSpace()) { in FixupStaticTrampolines()
465 ASSERT_TRUE(heap->HasBootImageSpace()); in TestWriteRead()
723 return Runtime::Current()->GetHeap()->HasBootImageSpace() ? JNI_TRUE : JNI_FALSE; in VMRuntime_hasBootImageSpaces()
761 bool HasBootImageSpace() const { in HasBootImageSpace() function
600 if (HasBootImageSpace()) { in Heap()
2797 CHECK(heap->HasBootImageSpace()) << "No image spaces"; in DumpImages()