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

/art/runtime/gc/collector/
H A Dsemi_space.h57 class SemiSpace : public GarbageCollector { class in namespace:art::gc::collector
62 explicit SemiSpace(Heap* heap, bool generational = false, const std::string& name_prefix = "");
64 ~SemiSpace() {}
279 DISALLOW_IMPLICIT_CONSTRUCTORS(SemiSpace);
H A Dsemi_space.cc63 void SemiSpace::BindBitmaps() {
91 SemiSpace::SemiSpace(Heap* heap, bool generational, const std::string& name_prefix) function in class:art::gc::collector::SemiSpace
116 void SemiSpace::RunPhases() {
145 void SemiSpace::InitializePhase() {
169 void SemiSpace::ProcessReferences(Thread* self) {
175 void SemiSpace::MarkingPhase() {
291 class SemiSpace::VerifyNoFromSpaceReferencesVisitor {
325 void SemiSpace::VerifyNoFromSpaceReferences(Object* obj) {
331 void SemiSpace
[all...]

Completed in 877 milliseconds