Home
last modified time | relevance | path

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

/art/test/common/
Druntime_state.cc85 return Runtime::Current()->GetHeap()->HasBootImageSpace(); in Java_Main_hasImage()
/art/dex2oat/linker/
Dimage_test.h458 ASSERT_TRUE(heap->HasBootImageSpace()); in TestWriteRead()
/art/runtime/
Druntime.cc752 if (!IsImageDex2OatEnabled() || !GetHeap()->HasBootImageSpace()) { in Start()
1289 if (!heap_->HasBootImageSpace() && !allow_dex_file_fallback_) { in Init()
1442 if (GetHeap()->HasBootImageSpace()) { in Init()
Dclass_linker.cc419 CHECK(!heap->HasBootImageSpace()) << "Runtime has image. We should use it."; in InitWithoutImage()
2968 if (runtime->IsAotCompiler() || runtime->GetHeap()->HasBootImageSpace()) { in FixupStaticTrampolines()
/art/runtime/gc/
Dheap.h715 bool HasBootImageSpace() const { in HasBootImageSpace() function
Dheap.cc531 if (HasBootImageSpace()) { in Heap()
/art/compiler/optimizing/
Dinstruction_simplifier.cc2105 if (runtime->IsAotCompiler() || runtime->GetHeap()->HasBootImageSpace()) { in SimplifyStringEquals()
/art/oatdump/
Doatdump.cc3006 CHECK(heap->HasBootImageSpace()) << "No image spaces"; in DumpImages()