Searched refs:HasBootImageSpace (Results 1 – 6 of 6) sorted by relevance
80 return Runtime::Current()->GetHeap()->HasBootImageSpace(); in Java_Main_hasImage()
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()