HomeSort by relevance Sort by last modified time
    Searched refs:AddSpace (Results 1 - 21 of 21) 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 195 spaces.AddSpace(&a);
196 spaces.AddSpace(&b);
229 spaces.AddSpace(image_space.get());
239 spaces.AddSpace(&space);
299 spaces.AddSpace(space1.get());
301 spaces.AddSpace(space2.get());
314 spaces.AddSpace(space3.get());
338 spaces.AddSpace(space4.get());
361 spaces.AddSpace(space5.get());
immune_spaces.cc 106 void ImmuneSpaces::AddSpace(space::ContinuousSpace* space) {
mark_compact.cc 48 immune_spaces_.AddSpace(space);
semi_space.cc 69 immune_spaces_.AddSpace(space);
    [all...]
mark_sweep.cc 87 immune_spaces_.AddSpace(space);
    [all...]
concurrent_copying.cc 141 immune_spaces_.AddSpace(space);
    [all...]
  /external/pdfium/xfa/src/fgas/src/crt/
fx_utils.h 13 uint8_t* AddSpace() { return AddSpaceTo(m_iBlockCount); }
fx_utils.cpp 408 return m_pData->AddSpace();
  /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);
338 AddSpace(space);
  /art/runtime/gc/
heap.cc 296 AddSpace(boot_image_space);
441 AddSpace(non_moving_space_);
446 AddSpace(region_space_);
455 AddSpace(bump_pointer_space_);
459 AddSpace(temp_space_);
464 AddSpace(main_space_);
476 AddSpace(bump_pointer_space_);
480 AddSpace(temp_space_);
487 AddSpace(main_space_backup_.get());
506 AddSpace(large_object_space_)
    [all...]
heap.h 358 void AddSpace(space::Space* space)
    [all...]
  /art/runtime/gc/accounting/
mod_union_table_test.cc 191 heap->AddSpace(other_space.get());
  /external/pdfium/core/include/fxcrt/
fx_basic.h 389 TYPE* AddSpace() { return (TYPE*)CFX_BasicArray::InsertSpaceAt(m_nSize, 1); }
463 void* AddSpace() { return InsertSpaceAt(m_nSize, 1); }
  /external/pdfium/xfa/src/fgas/include/
fx_utl.h 75 baseType* AddSpace() {
240 baseType* AddSpace() {
  /art/runtime/
oat_file_manager.cc 653 runtime->GetHeap()->AddSpace(image_space.get());
  /external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.cpp 354 CFX_RTFChar* pCurChar = tca.AddSpace();
400 CFX_RTFChar* pCurChar = tca.AddSpace();
    [all...]
fx_textbreak.cpp 574 CFX_TxtChar* pCurChar = m_pCurLine->m_pLineChars->AddSpace();
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp     [all...]

Completed in 542 milliseconds