Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_write_read_test.cc89 ASSERT_TRUE(heap->HasBootImageSpace()); in TestWriteRead()
/art/test/common/
Druntime_state.cc102 return Runtime::Current()->GetHeap()->HasBootImageSpace(); in Java_Main_hasImage()
/art/runtime/
Druntime.cc866 if (!IsImageDex2OatEnabled() || !GetHeap()->HasBootImageSpace()) { in Start()
1566 if (GetHeap()->HasBootImageSpace()) { in Init()
1646 if (GetHeap()->HasBootImageSpace()) { in Init()
Dclass_linker.cc745 CHECK(!heap->HasBootImageSpace()) << "Runtime has image. We should use it."; in InitWithoutImage()
3636 if (runtime->IsAotCompiler() || runtime->GetHeap()->HasBootImageSpace()) { in FixupStaticTrampolines()
/art/runtime/gc/
Dheap.h784 bool HasBootImageSpace() const { in HasBootImageSpace() function
Dheap.cc639 if (HasBootImageSpace()) { in Heap()
/art/oatdump/
Doatdump.cc2817 if (!heap->HasBootImageSpace()) { in DumpImages()