Home
last modified time | relevance | path

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

/art/test/common/
Druntime_state.cc80 return Runtime::Current()->GetHeap()->HasBootImageSpace(); in Java_Main_hasImage()
/art/runtime/
Druntime.cc829 if (!IsImageDex2OatEnabled() || !GetHeap()->HasBootImageSpace()) { in Start()
1348 if (!heap_->HasBootImageSpace() && !allow_dex_file_fallback_) { in Init()
1515 if (GetHeap()->HasBootImageSpace()) { in Init()
1595 if (GetHeap()->HasBootImageSpace()) { in Init()
Dclass_linker.cc455 CHECK(!heap->HasBootImageSpace()) << "Runtime has image. We should use it."; in InitWithoutImage()
3422 if (runtime->IsAotCompiler() || runtime->GetHeap()->HasBootImageSpace()) { in FixupStaticTrampolines()
/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()