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

  /art/runtime/gc/accounting/
remembered_set.cc 66 space::ContinuousSpace* target_space,
68 : callback_(callback), ref_callback_(ref_callback), target_space_(target_space), arg_(arg),
103 space::ContinuousSpace* target_space,
105 : callback_(callback), ref_callback_(ref_callback), target_space_(target_space), arg_(arg),
125 space::ContinuousSpace* target_space, void* arg) {
128 RememberedSetObjectVisitor obj_visitor(callback, ref_callback, target_space,
remembered_set.h 58 space::ContinuousSpace* target_space, void* arg)
  /art/runtime/gc/
heap.cc     [all...]
heap.h 604 void Compact(space::ContinuousMemMapAllocSpace* target_space,
    [all...]
  /external/chromium_org/v8/src/heap/
mark-compact.cc 3072 OldSpace* target_space = heap()->TargetSpace(object); local
    [all...]

Completed in 120 milliseconds