HomeSort by relevance Sort by last modified time
    Searched refs:UNLIKELY (Results 101 - 125 of 172) sorted by null

1 2 3 45 6 7

  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestEventConstructor.cpp 202 if (UNLIKELY(wrapper.IsEmpty()))
V8TestException.cpp 140 if (UNLIKELY(wrapper.IsEmpty()))
V8TestMediaQueryListListener.cpp 151 if (UNLIKELY(wrapper.IsEmpty()))
V8TestNamedConstructor.cpp 189 if (UNLIKELY(wrapper.IsEmpty()))
V8TestNode.cpp 156 if (UNLIKELY(wrapper.IsEmpty()))
V8TestEventTarget.cpp 78 if (UNLIKELY(index < 0)) {
347 if (UNLIKELY(wrapper.IsEmpty()))
V8Float64Array.cpp 218 if (UNLIKELY(wrapper.IsEmpty()))
V8TestExtendedEvent.cpp 215 if (UNLIKELY(wrapper.IsEmpty()))
V8TestInterfaceImplementedAs.cpp 241 if (UNLIKELY(wrapper.IsEmpty()))
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCell.h 60 if (UNLIKELY(column > maxColumnIndex))
  /external/chromium_org/third_party/WebKit/Source/wtf/
Assertions.h 372 #define RELEASE_ASSERT(assertion) (UNLIKELY(!(assertion)) ? (IMMEDIATE_CRASH()) : (void)0)
  /external/compiler-rt/lib/asan/
asan_poisoning.cc 176 if (UNLIKELY(__asan::AddressIsPoisoned(__p) || \
  /external/valgrind/main/coregrind/m_gdbserver/
server.h 120 do { if (UNLIKELY(VG_(debugLog_getLevel)() >= level)) \
  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c     [all...]
main_main.c     [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 446 } else if (UNLIKELY(isYuvBuffer(hnd))) {
702 if(UNLIKELY(swapzero))
708 if(UNLIKELY(swapzero))
741 if(UNLIKELY(swapzero)) {
764 if(UNLIKELY(swapzero))
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 393 } else if (UNLIKELY(isYuvBuffer(hnd))) {
668 if(UNLIKELY(swapzero))
674 if(UNLIKELY(swapzero))
710 if(UNLIKELY(swapzero)) {
731 if(UNLIKELY(swapzero))
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.cpp 407 } else if (UNLIKELY(isYuvBuffer(hnd))) {
660 if(UNLIKELY(swapzero))
666 if(UNLIKELY(swapzero))
699 if(UNLIKELY(swapzero)) {
722 if(UNLIKELY(swapzero)){
    [all...]
  /art/runtime/
thread.cc 549 if (UNLIKELY(delta < 0 && suspend_count_ <= 0)) {
    [all...]
dex_instruction.h 160 if (UNLIKELY(result < 0)) {
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Record.cpp 32 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0)
330 if (UNLIKELY(mDebugFps)) {
  /device/lge/mako/camera/
QCameraHWI_Record.cpp 31 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0)
329 if (UNLIKELY(mDebugFps)) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/
LayoutUnit.h 140 if (UNLIKELY(m_value >= INT_MAX - kFixedPointDenominator + 1))
156 if (UNLIKELY(m_value <= INT_MIN + kFixedPointDenominator - 1))
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.cpp 468 if (UNLIKELY(isASCIIUpper(*chp)))
498 if (UNLIKELY(isASCIIUpper(*chp)))
567 if (UNLIKELY(c == smallLetterSharpS))
570 if (UNLIKELY(upper > 0xff)) {
    [all...]
  /art/runtime/gc/accounting/
mod_union_table.cc 299 if (UNLIKELY(space == nullptr || !space->Contains(obj_start))) {

Completed in 1329 milliseconds

1 2 3 45 6 7