Home
last modified time | relevance | path

Searched refs:ScopedGcGraysImmuneObjects (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dconcurrent_copying.h479 class ScopedGcGraysImmuneObjects; variable
Dconcurrent_copying.cc3182 class ConcurrentCopying::ScopedGcGraysImmuneObjects { class in art::gc::collector::ConcurrentCopying
3184 explicit ScopedGcGraysImmuneObjects(ConcurrentCopying* collector) in ScopedGcGraysImmuneObjects() function in art::gc::collector::ConcurrentCopying::ScopedGcGraysImmuneObjects
3194 ~ScopedGcGraysImmuneObjects() { in ~ScopedGcGraysImmuneObjects()
3216 ScopedGcGraysImmuneObjects scoped_gc_gray_immune_objects(this); in FillWithDummyObject()