Searched refs:HasBootImageSpace (Results 1 – 6 of 6) sorted by relevance
89 ASSERT_TRUE(heap->HasBootImageSpace()); in TestWriteRead()
102 return Runtime::Current()->GetHeap()->HasBootImageSpace(); in Java_Main_hasImage()
867 if (!IsImageDex2OatEnabled() || !GetHeap()->HasBootImageSpace()) { in Start()1422 if (!heap_->HasBootImageSpace() && !allow_dex_file_fallback_) { in Init()1572 if (GetHeap()->HasBootImageSpace()) { in Init()1652 if (GetHeap()->HasBootImageSpace()) { in Init()
727 return Runtime::Current()->GetHeap()->HasBootImageSpace() ? JNI_TRUE : JNI_FALSE; in VMRuntime_hasBootImageSpaces()
782 bool HasBootImageSpace() const { in HasBootImageSpace() function
2803 if (!heap->HasBootImageSpace()) { in DumpImages()