OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetPendingNext
(Results
1 - 4
of
4
) sorted by null
/art/runtime/mirror/
reference-inl.h
37
inline void Reference::
SetPendingNext
(ObjPtr<Reference> pending_next) {
reference.h
84
void
SetPendingNext
(ObjPtr<Reference> pending_next) REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/gc/
reference_queue.cc
51
ref->
SetPendingNext
(head);
54
list_->
SetPendingNext
(ref);
67
list_->
SetPendingNext
(next);
69
ref->
SetPendingNext
(nullptr);
reference_processor.cc
332
reference->
SetPendingNext
(reference);
Completed in 68 milliseconds