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

1 2 3 4 56 7

  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestOverloadedConstructors.cpp 214 if (UNLIKELY(wrapper.IsEmpty()))
V8TestTypedefs.cpp 134 if (UNLIKELY(es.throwIfNeeded()))
198 if (UNLIKELY(es.throwIfNeeded()))
609 if (UNLIKELY(wrapper.IsEmpty()))
V8TestActiveDOMObject.cpp 262 if (UNLIKELY(wrapper.IsEmpty()))
V8TestSerializedScriptValueInterface.cpp 239 if (UNLIKELY(wrapper.IsEmpty()))
  /external/valgrind/main/drd/
drd_thread.h 301 if (UNLIKELY(stack_min < DRD_(g_threadinfo)[tid].stack_min_min))
  /dalvik/vm/
Jni.cpp 218 if (UNLIKELY(gDvmJni.workAroundAppJniBugs)) {
326 if (UNLIKELY(result == NULL)) {
338 if (UNLIKELY(result == NULL)) {
352 } else if (UNLIKELY(result == NULL)) {
360 if (UNLIKELY(gDvmJni.workAroundAppJniBugs)) {
394 if (UNLIKELY(jobj == NULL)) {
398 if (UNLIKELY(gDvmJni.workAroundAppJniBugs)) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h     [all...]
  /external/valgrind/main/memcheck/
mc_leakcheck.c 755 if (UNLIKELY((ptr % SM_SIZE) == 0)) {
763 if (UNLIKELY((ptr % VKI_PAGE_SIZE) == 0)) {
794 if (UNLIKELY(searched)) {
    [all...]
  /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
  /hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 42 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
  /art/compiler/
image_writer.cc 521 if (UNLIKELY(orig == Runtime::Current()->GetResolutionMethod())) {
531 if (UNLIKELY(orig->IsAbstract())) {
  /device/lge/mako/camera/
QCameraHWI_Preview_7x27A.cpp 32 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0)
538 if (UNLIKELY(mHalCamCtrl->mDebugFps)) {
    [all...]
QCameraHWI_Preview.cpp 29 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0)
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]
  /art/runtime/
jni_internal.cc 144 if (UNLIKELY(soa.Env()->check_jni)) {
620 if (UNLIKELY(value == NULL)) { \
625 if (UNLIKELY(length != 0 && value == NULL)) { \
    [all...]
thread_list.cc 255 if (UNLIKELY(!Locks::mutator_lock_->ExclusiveLockWithTimeout(self, 30 * 1000, 0))) {
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Preview.cpp 29 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0)
    [all...]
  /art/runtime/gc/space/
dlmalloc_space.cc 36 if (UNLIKELY(rc != 0)) { \
152 // Note: making this value large means that large allocations are unlikely to succeed as dlmalloc
  /art/runtime/mirror/
class.cc 57 if (UNLIKELY(new_status <= old_status && new_status != kStatusError)) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 746 if (UNLIKELY((pos % kTracePartSize) == 0)) {
  /external/valgrind/main/coregrind/
m_libcprint.c 392 if (UNLIKELY(b->atLeft)) {
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc.cpp 141 if(UNLIKELY(!ctx->mBasePipeSetup))
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc.cpp 141 if(UNLIKELY(!ctx->mBasePipeSetup))
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 847 if (UNLIKELY(c->count == 0))
863 if (UNLIKELY(c->count == c->max_count))
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 188 if (UNLIKELY(delta >= SHOW_SBCOUNT_EVERY)) {
    [all...]

Completed in 822 milliseconds

1 2 3 4 56 7