Home
last modified time | relevance | path

Searched refs:UNLIKELY (Results 1 – 5 of 5) sorted by relevance

/system/core/libunwindstack/
DDexFile.cpp53 if (UNLIKELY(!HasDexSupport())) { in Create()
92 if (UNLIKELY(!HasDexSupport())) { in Create()
115 if (UNLIKELY(!HasDexSupport())) { in Create()
/system/libbase/include/android-base/
Dmacros.h84 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) macro
Dlogging.h196 (UNLIKELY(::android::base::ShouldLog(SEVERITY_LAMBDA(severity), _LOG_TAG_INTERNAL)) || \
254 UNLIKELY(!(_values.lhs.v OP _values.rhs.v)); \
282 while (UNLIKELY((strcmp(s1, s2) == 0) != (sense))) \
/system/core/storaged/
Dstoraged_diskstats.cpp289 if (UNLIKELY(detect(&perf))) { in update()
/system/libhwbinder/
DIPCThreadState.cpp479 if (UNLIKELY(!mPostCommandTasks.empty())) { in getAndExecuteCommand()
645 if (UNLIKELY(mCallRestriction != ProcessState::CallRestriction::NONE)) { in transact()