Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.h505 class ScopedGcGraysImmuneObjects; variable
Dconcurrent_copying.cc3287 class ConcurrentCopying::ScopedGcGraysImmuneObjects { class in art::gc::collector::ConcurrentCopying
3289 explicit ScopedGcGraysImmuneObjects(ConcurrentCopying* collector) in ScopedGcGraysImmuneObjects() function in art::gc::collector::ConcurrentCopying::ScopedGcGraysImmuneObjects
3299 ~ScopedGcGraysImmuneObjects() { in ~ScopedGcGraysImmuneObjects()
3321 ScopedGcGraysImmuneObjects scoped_gc_gray_immune_objects(this); in FillWithFakeObject()