Home
last modified time | relevance | path

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

/art/test/118-noimage-dex2oat/
Dnoimage-dex2oat.cc38 return Runtime::Current()->GetHeap()->HasImageSpace(); in Java_Main_hasImage()
/art/runtime/entrypoints/quick/
Dquick_instrumentation_entrypoints.cc42 || !Runtime::Current()->GetHeap()->HasImageSpace()); in artInstrumentationMethodEntryFromCode()
/art/compiler/
Dimage_test.cc163 ASSERT_TRUE(heap->HasImageSpace()); in TEST_F()
/art/runtime/
Druntime.cc413 if (!IsImageDex2OatEnabled() || !Runtime::Current()->GetHeap()->HasImageSpace()) { in Start()
800 if (GetHeap()->HasImageSpace()) { in Init()
Dclass_linker.cc208 CHECK(!Runtime::Current()->GetHeap()->HasImageSpace()) << "Runtime has image. We should use it."; in InitWithoutImage()
1204 Runtime::Current()->GetHeap()->HasImageSpace() && in FindOatFileContainingDexFileFromDexLocation()
1397 if (!Runtime::Current()->GetHeap()->HasImageSpace() || in GetInterpretedOnlyOat()
1412 if (!Runtime::Current()->GetHeap()->HasImageSpace()) { in PatchAndRetrieveOat()
2518 if (runtime->IsCompiler() || runtime->GetHeap()->HasImageSpace()) { in FixupStaticTrampolines()
/art/runtime/gc/
Dheap.h596 bool HasImageSpace() const;
Dheap.cc627 bool Heap::HasImageSpace() const { in HasImageSpace() function in art::gc::Heap