Home
last modified time | relevance | path

Searched refs:MarkNonMoving (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/collector/
Dconcurrent_copying-inl.h88 return MarkNonMoving(from_ref); in Mark()
Dconcurrent_copying.h186 mirror::Object* MarkNonMoving(mirror::Object* from_ref) SHARED_REQUIRES(Locks::mutator_lock_)
Dconcurrent_copying.cc1990 mirror::Object* ConcurrentCopying::MarkNonMoving(mirror::Object* ref) { in MarkNonMoving() function in art::gc::collector::ConcurrentCopying