HomeSort by relevance Sort by last modified time
    Searched refs:UNLIKELY (Results 26 - 50 of 55) sorted by null

12 3

  /external/valgrind/main/coregrind/m_gdbserver/
server.h 148 do { if (UNLIKELY(VG_(debugLog_getLevel)() >= level)) \
  /external/webkit/Source/JavaScriptCore/runtime/
JSObject.h     [all...]
Structure.h 283 if (UNLIKELY(!isCell()))
Arguments.h 80 if (UNLIKELY(d->overrodeLength))
JSString.cpp 196 if (UNLIKELY(builder.isOutOfMemory()))
NumberPrototype.cpp 70 if (UNLIKELY(!v))
ArrayPrototype.cpp 730 if (UNLIKELY(!array->canGetIndex(k)))
793 if (UNLIKELY(!array->canGetIndex(k)))
849 if (UNLIKELY(!array->canGetIndex(k)))
    [all...]
JSGlobalObject.cpp 95 if (UNLIKELY(*profiler != 0)) {
  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c     [all...]
  /external/valgrind/main/drd/
drd_thread.h 301 if (UNLIKELY(stack_min < DRD_(g_threadinfo)[tid].stack_min_min))
drd_thread.c     [all...]
  /dalvik/vm/
Jni.cpp 212 if (UNLIKELY(gDvmJni.workAroundAppJniBugs)) {
319 if (UNLIKELY(result == NULL)) {
331 if (UNLIKELY(result == NULL)) {
345 } else if (UNLIKELY(result == NULL)) {
353 if (UNLIKELY(gDvmJni.workAroundAppJniBugs)) {
388 if (UNLIKELY(jobj == NULL)) {
391 if (UNLIKELY(gDvmJni.workAroundAppJniBugs)) {
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 529 if (UNLIKELY((epoch % kTracePartSize) == 0)) {
  /external/valgrind/main/coregrind/
m_libcprint.c 392 if (UNLIKELY(b->atLeft)) {
  /external/valgrind/main/exp-sgcheck/
h_main.c 243 if (UNLIKELY(addr_to_seg_map == NULL)) {
392 // block that was unrelated to that block. This is very unlikely!) So
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8LocationCustom.cpp 134 if (UNLIKELY(ec))
  /hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 42 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
  /external/valgrind/main/helgrind/
hg_main.c     [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp 269 if (UNLIKELY(apiToUse == UnInitialized)) {
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 177 if (UNLIKELY(delta >= SHOW_SBCOUNT_EVERY)) {
905 if (UNLIKELY(!found)) {
    [all...]
  /external/webkit/Source/WebCore/dom/
Element.cpp 263 if (UNLIKELY(name == styleAttr) && !isStyleAttributeValid())
267 if (UNLIKELY(!areSVGAttributesValid()))
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 379 address space, which sounds unlikely. */
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.cpp 202 if (UNLIKELY(isASCIIUpper(*chp)))
  /external/valgrind/tsan/
thread_sanitizer.cc     [all...]

Completed in 877 milliseconds

12 3