HomeSort by relevance Sort by last modified time
    Searched refs:target_space (Results 1 - 6 of 6) 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)
mod_union_table_test.cc 40 TableType type, space::ContinuousSpace* space, space::ContinuousSpace* target_space);
108 space::ContinuousSpace* target_space)
109 : ModUnionTableReferenceCache(name, heap, space), target_space_(target_space) {}
137 TableType type, space::ContinuousSpace* space, space::ContinuousSpace* target_space) {
146 target_space);
  /art/runtime/gc/
heap.cc     [all...]
heap.h 695 collector::GarbageCollector* Compact(space::ContinuousMemMapAllocSpace* target_space,
    [all...]
  /external/v8/src/heap/
mark-compact.cc 3072 OldSpace* target_space = heap()->TargetSpace(object); local
    [all...]

Completed in 232 milliseconds