Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace-inl.h32 DCHECK(IsImageSpace()); in AsImageSpace()
Dspace.h101 bool IsImageSpace() const { in IsImageSpace() function
/art/compiler/
Dimage_test.cc119 ASSERT_FALSE(space->IsImageSpace()); in TEST_F()
/art/runtime/native/
Ddalvik_system_VMDebug.cc284 if (space->IsImageSpace()) { in VMDebug_getHeapSpaceStats()
/art/runtime/hprof/
Dhprof.cc856 } else if (space->IsImageSpace()) { in DumpHeapObject()
/art/runtime/gc/
Dheap.cc620 if (space->IsImageSpace() || space->IsZygoteSpace()) { in IsCompilingBoot()
629 if (space->IsImageSpace()) { in HasImageSpace()
907 if (space->IsImageSpace()) { in GetImageSpace()
/art/compiler/driver/
Dcompiler_driver.cc957 Runtime::Current()->GetHeap()->FindSpaceFromObject(resolved_class, false)->IsImageSpace(); in CanEmbedTypeInCode()
1178 Runtime::Current()->GetHeap()->FindSpaceFromObject(method, false)->IsImageSpace(); in GetCodeAndMethodForDirectCall()
/art/oatdump/
Doatdump.cc1084 if (space->IsImageSpace()) { in Dump()