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

  /art/runtime/gc/accounting/
mod_union_table-inl.h 38 return (*it)->IsDlMallocSpace();
  /art/compiler/
image_test.cc 99 ASSERT_TRUE(space->IsDlMallocSpace());
139 ASSERT_FALSE(heap->GetContinuousSpaces()[0]->IsDlMallocSpace());
141 ASSERT_TRUE(heap->GetContinuousSpaces()[1]->IsDlMallocSpace());
image_writer.cc 119 if (space->IsDlMallocSpace()) {
188 if (space->IsDlMallocSpace()) {
  /art/runtime/gc/space/
space.h 105 bool IsDlMallocSpace() const {
  /art/runtime/gc/
heap.cc 186 if (continuous_spaces_.back()->IsDlMallocSpace()) {
383 if (space->IsDlMallocSpace() && !space->IsLargeObjectSpace()) {
403 } else if (space->IsDlMallocSpace()) {
622 if (space->IsDlMallocSpace()) {
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 602 CHECK(space->IsDlMallocSpace());
    [all...]
  /art/runtime/
debugger.cc     [all...]

Completed in 44 milliseconds