Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.h492 class ScopedGcGraysImmuneObjects; variable
Dconcurrent_copying.cc3208 class ConcurrentCopying::ScopedGcGraysImmuneObjects { class in art::gc::collector::ConcurrentCopying
3210 explicit ScopedGcGraysImmuneObjects(ConcurrentCopying* collector) in ScopedGcGraysImmuneObjects() function in art::gc::collector::ConcurrentCopying::ScopedGcGraysImmuneObjects
3220 ~ScopedGcGraysImmuneObjects() { in ~ScopedGcGraysImmuneObjects()
3242 ScopedGcGraysImmuneObjects scoped_gc_gray_immune_objects(this); in FillWithFakeObject()