HomeSort by relevance Sort by last modified time
    Searched refs:HasImageSpace (Results 1 - 7 of 7) sorted by null

  /art/test/118-noimage-dex2oat/
noimage-dex2oat.cc 38 return Runtime::Current()->GetHeap()->HasImageSpace();
  /art/runtime/entrypoints/quick/
quick_instrumentation_entrypoints.cc 42 || !Runtime::Current()->GetHeap()->HasImageSpace());
  /art/compiler/
image_test.cc 166 ASSERT_TRUE(heap->HasImageSpace());
  /art/runtime/
runtime.cc 427 if (!IsImageDex2OatEnabled() || !Runtime::Current()->GetHeap()->HasImageSpace()) {
816 if (GetHeap()->HasImageSpace()) {
    [all...]
class_linker.cc 201 CHECK(!Runtime::Current()->GetHeap()->HasImageSpace()) << "Runtime has image. We should use it.";
    [all...]
  /art/runtime/gc/
heap.h 596 bool HasImageSpace() const;
    [all...]
heap.cc 647 bool Heap::HasImageSpace() const {
    [all...]

Completed in 214 milliseconds