Searched defs:SemiSpace (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/collector/
H A Dsemi_space.h58 class SemiSpace : public GarbageCollector { class in namespace:art::gc::collector
63 explicit SemiSpace(Heap* heap, bool generational = false, const std::string& name_prefix = "");
65 ~SemiSpace() {}
281 DISALLOW_IMPLICIT_CONSTRUCTORS(SemiSpace);
H A Dsemi_space.cc62 void SemiSpace::BindBitmaps() {
89 SemiSpace::SemiSpace(Heap* heap, bool generational, const std::string& name_prefix) function in class:art::gc::collector::SemiSpace
104 void SemiSpace::RunPhases() {
133 void SemiSpace::InitializePhase() {
157 void SemiSpace::ProcessReferences(Thread* self) {
164 void SemiSpace::MarkingPhase() {
276 explicit SemiSpaceScanObjectVisitor(SemiSpace* ss) : semi_space_(ss) {}
283 SemiSpace* const semi_space_;
304 void SemiSpace
[all...]

Completed in 21 milliseconds