Home
last modified time | relevance | path

Searched refs:HasBootImageSpace (Results 1 – 6 of 6) 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.cc867 if (!IsImageDex2OatEnabled() || !GetHeap()->HasBootImageSpace()) { in Start()
1422 if (!heap_->HasBootImageSpace() && !allow_dex_file_fallback_) { in Init()
1572 if (GetHeap()->HasBootImageSpace()) { in Init()
1652 if (GetHeap()->HasBootImageSpace()) { in Init()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc727 return Runtime::Current()->GetHeap()->HasBootImageSpace() ? JNI_TRUE : JNI_FALSE; in VMRuntime_hasBootImageSpaces()
/art/runtime/gc/
Dheap.h782 bool HasBootImageSpace() const { in HasBootImageSpace() function
/art/oatdump/
Doatdump.cc2803 if (!heap->HasBootImageSpace()) { in DumpImages()