OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SlowPathEnabled
(Results
1 - 3
of
3
) sorted by null
/art/runtime/gc/
reference_processor-inl.h
25
inline bool ReferenceProcessor::
SlowPathEnabled
() {
reference_processor.cc
72
if (UNLIKELY(!
SlowPathEnabled
()) || referent == nullptr) {
77
while ((!kUseReadBarrier &&
SlowPathEnabled
()) ||
137
CHECK_EQ(
SlowPathEnabled
(), concurrent) << "Slow path must be enabled iff concurrent";
309
while ((!kUseReadBarrier &&
SlowPathEnabled
()) ||
reference_processor.h
81
bool
SlowPathEnabled
() REQUIRES_SHARED(Locks::mutator_lock_);
Completed in 108 milliseconds