HomeSort by relevance Sort by last modified time
    Searched full:allocspace (Results 1 - 10 of 10) sorted by null

  /art/runtime/gc/space/
space.h 43 class AllocSpace;
154 virtual AllocSpace* AsAllocSpace();
187 // AllocSpace interface.
188 class AllocSpace {
237 AllocSpace() {}
238 virtual ~AllocSpace() {}
241 DISALLOW_COPY_AND_ASSIGN(AllocSpace);
386 class ContinuousMemMapAllocSpace : public MemMapSpace, public AllocSpace {
391 AllocSpace* AsAllocSpace() OVERRIDE {
space.cc 61 AllocSpace* Space::AsAllocSpace() {
136 AllocSpace::SweepCallbackContext::SweepCallbackContext(bool swap_bitmaps, space::Space* space)
malloc_space.cc 52 StringPrintf("allocspace %s live-bitmap %d", name.c_str(), static_cast<int>(bitmap_index)),
54 CHECK(live_bitmap_.get() != nullptr) << "could not create allocspace live bitmap #"
57 StringPrintf("allocspace %s mark-bitmap %d", name.c_str(), static_cast<int>(bitmap_index)),
59 CHECK(live_bitmap_.get() != nullptr) << "could not create allocspace mark bitmap #"
185 VLOG(heap) << "Creating new AllocSpace: ";
large_object_space.h 35 class LargeObjectSpace : public DiscontinuousSpace, public AllocSpace {
66 AllocSpace* AsAllocSpace() OVERRIDE {
large_object_space.cc 517 AllocSpace::SweepCallbackContext scc(swap_bitmaps, this);
  /art/runtime/gc/
heap.h 80 class AllocSpace;
659 mirror::Object* AllocateInto(Thread* self, space::AllocSpace* space, mirror::Class* c,
783 std::vector<space::AllocSpace*> alloc_spaces_;
    [all...]
heap.cc     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
vdbeaux.c     [all...]
  /art/runtime/gc/collector/
mark_sweep.cc     [all...]
  /art/runtime/
debugger.cc     [all...]

Completed in 4661 milliseconds