Searched defs:IsNullOrMarkedHeapReference (Results 1 – 5 of 5) sorted by relevance
| /art/runtime/gc/collector/ | ||
| D | mark_compact.h | 92 bool IsNullOrMarkedHeapReference([[maybe_unused]] mirror::HeapReference<mirror::Object>* obj, in IsNullOrMarkedHeapReference() function |
| D | semi_space.cc | 612 bool SemiSpace::IsNullOrMarkedHeapReference(mirror::HeapReference<mirror::Object>* object, in IsNullOrMarkedHeapReference() function in art::gc::collector::SemiSpace |
| D | mark_sweep.cc | 406 bool MarkSweep::IsNullOrMarkedHeapReference(mirror::HeapReference<mirror::Object>* ref, in IsNullOrMarkedHeapReference() function in art::gc::collector::MarkSweep |
| D | concurrent_copying.cc | 3739 bool ConcurrentCopying::IsNullOrMarkedHeapReference(mirror::HeapReference<mirror::Object>* field, in IsNullOrMarkedHeapReference() function in art::gc::collector::ConcurrentCopying |
| D | mark_compact.cc | 4804 bool MarkCompact::IsNullOrMarkedHeapReference(mirror::HeapReference<mirror::Object>* obj, in IsNullOrMarkedHeapReference() function in art::gc::collector::MarkCompact |