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

  /art/test/common/
runtime_state.cc 81 return Runtime::Current()->GetHeap()->HasBootImageSpace();
  /art/compiler/
image_test.h 452 ASSERT_TRUE(heap->HasBootImageSpace());
  /art/runtime/
runtime.cc 716 if (!IsImageDex2OatEnabled() || !GetHeap()->HasBootImageSpace()) {
    [all...]
class_linker.cc 408 CHECK(!heap->HasBootImageSpace()) << "Runtime has image. We should use it.";
    [all...]
  /art/runtime/gc/
heap.h 705 bool HasBootImageSpace() const {
    [all...]
heap.cc 528 if (HasBootImageSpace()) {
    [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 378 milliseconds