OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsEnqueuable
(Results
1 - 3
of
3
) sorted by null
/art/runtime/mirror/
reference-inl.h
30
inline bool Reference::
IsEnqueuable
() {
reference.h
94
bool
IsEnqueuable
() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/runtime/gc/
reference_queue.cc
41
CHECK(ref->
IsEnqueuable
());
152
if (ref->
IsEnqueuable
()) {
169
DCHECK(ref->
IsEnqueuable
());
Completed in 544 milliseconds