Home
last modified time | relevance | path

Searched refs:HasBootImageSpace (Results 1 – 6 of 6) sorted by relevance

/art/test/common/
Druntime_state.cc80 return Runtime::Current()->GetHeap()->HasBootImageSpace(); in Java_Main_hasImage()
/art/dex2oat/linker/
Dimage_test.h465 ASSERT_TRUE(heap->HasBootImageSpace()); in TestWriteRead()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc723 return Runtime::Current()->GetHeap()->HasBootImageSpace() ? JNI_TRUE : JNI_FALSE; in VMRuntime_hasBootImageSpaces()
/art/runtime/gc/
Dheap.h761 bool HasBootImageSpace() const { in HasBootImageSpace() function
Dheap.cc600 if (HasBootImageSpace()) { in Heap()
/art/oatdump/
Doatdump.cc2797 CHECK(heap->HasBootImageSpace()) << "No image spaces"; in DumpImages()