Searched refs:UNLIKELY (Results 1 – 5 of 5) sorted by relevance
53 if (UNLIKELY(!HasDexSupport())) { in Create()92 if (UNLIKELY(!HasDexSupport())) { in Create()115 if (UNLIKELY(!HasDexSupport())) { in Create()
84 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) macro
196 (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))) \
289 if (UNLIKELY(detect(&perf))) { in update()
479 if (UNLIKELY(!mPostCommandTasks.empty())) { in getAndExecuteCommand()645 if (UNLIKELY(mCallRestriction != ProcessState::CallRestriction::NONE)) { in transact()