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

  /art/runtime/gc/collector/
partial_mark_sweep.cc 29 : MarkSweep(heap, is_concurrent, name_prefix.empty() ? "partial " : name_prefix) {
34 MarkSweep::BindBitmaps();
mark_sweep.cc 83 void MarkSweep::BindBitmaps() {
94 MarkSweep::MarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix)
111 void MarkSweep::InitializePhase() {
140 void MarkSweep::RunPhases() {
171 void MarkSweep::ProcessReferences(Thread* self) {
178 void MarkSweep::PausePhase() {
210 void MarkSweep::PreCleanCards() {
241 void MarkSweep::RevokeAllThreadLocalAllocationStacks(Thread* self) {
249 void MarkSweep::MarkingPhase()
    [all...]
partial_mark_sweep.h 26 class PartialMarkSweep : public MarkSweep {
mark_sweep-inl.h 33 inline void MarkSweep::ScanObjectVisit(mirror::Object* obj, const MarkVisitor& visitor,
mark_sweep.h 55 class MarkSweep : public GarbageCollector {
57 explicit MarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix = "");
59 ~MarkSweep() {}
337 DISALLOW_COPY_AND_ASSIGN(MarkSweep);
  /art/runtime/gc/accounting/
remembered_set.h 32 class MarkSweep;
mod_union_table.h 36 class MarkSweep;
  /art/runtime/gc/space/
bump_pointer_space.h 27 class MarkSweep;
192 friend class collector::MarkSweep;
dlmalloc_space.h 27 class MarkSweep;
152 friend class collector::MarkSweep;
rosalloc_space.h 28 class MarkSweep;
157 friend class collector::MarkSweep;
malloc_space.h 30 class MarkSweep;
  /art/runtime/gc/
heap.h 71 class MarkSweep;
    [all...]
heap.cc 420 garbage_collectors_.push_back(new collector::MarkSweep(this, concurrent));
    [all...]

Completed in 662 milliseconds