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

  /art/runtime/gc/collector/
partial_mark_sweep.cc 42 immune_spaces_.AddSpace(space);
immune_spaces.h 48 void AddSpace(space::ContinuousSpace* space) REQUIRES(Locks::heap_bitmap_lock_);
immune_spaces_test.cc 197 spaces.AddSpace(&a);
198 spaces.AddSpace(&b);
231 spaces.AddSpace(image_space.get());
241 spaces.AddSpace(&space);
301 spaces.AddSpace(space1.get());
303 spaces.AddSpace(space2.get());
316 spaces.AddSpace(space3.get());
340 spaces.AddSpace(space4.get());
363 spaces.AddSpace(space5.get());
immune_spaces.cc 106 void ImmuneSpaces::AddSpace(space::ContinuousSpace* space) {
mark_compact.cc 49 immune_spaces_.AddSpace(space);
semi_space.cc 70 immune_spaces_.AddSpace(space);
    [all...]
mark_sweep.cc 88 immune_spaces_.AddSpace(space);
    [all...]
concurrent_copying.cc 266 immune_spaces_.AddSpace(space);
    [all...]
  /art/runtime/gc/space/
space_create_test.cc 98 AddSpace(space);
184 AddSpace(zygote_space, false);
187 AddSpace(space, false);
234 AddSpace(space);
308 AddSpace(space);
space_test.h 42 void AddSpace(ContinuousSpace* space, bool revoke = true) {
50 heap->AddSpace(space);
335 AddSpace(space);
  /external/pdfium/xfa/fgas/crt/
fgas_utils.h 42 baseType* AddSpace() {
84 uint8_t* AddSpace() { return AddSpaceTo(m_iBlockCount); }
fgas_utils.cpp 377 return m_pData->AddSpace();
  /art/runtime/gc/
heap.cc 323 AddSpace(space);
430 AddSpace(non_moving_space_);
440 AddSpace(region_space_);
449 AddSpace(bump_pointer_space_);
453 AddSpace(temp_space_);
458 AddSpace(main_space_);
470 AddSpace(bump_pointer_space_);
474 AddSpace(temp_space_);
481 AddSpace(main_space_backup_.get());
500 AddSpace(large_object_space_)
    [all...]
heap.h 382 void AddSpace(space::Space* space)
    [all...]
  /art/runtime/gc/accounting/
mod_union_table_test.cc 192 heap->AddSpace(other_space.get());
  /art/runtime/
oat_file_manager.cc 526 runtime->GetHeap()->AddSpace(image_space.get());
  /external/pdfium/core/fxcrt/
fx_basic.h 270 TYPE* AddSpace() { return (TYPE*)CFX_BasicArray::InsertSpaceAt(m_nSize, 1); }

Completed in 175 milliseconds