HomeSort by relevance Sort by last modified time
    Searched refs:UNLIKELY (Results 1 - 25 of 192) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
GraphicsContextAnnotator.h 37 if (UNLIKELY(paintInfo.context->annotationMode())) \
54 if (UNLIKELY(m_context != 0))
  /external/chromium_org/third_party/WebKit/Source/wtf/
WTF.h 52 if (UNLIKELY(!s_initialized))
QuantizedAllocation.h 72 if (UNLIKELY(size >= kMaxAllocation))
  /art/runtime/entrypoints/quick/
quick_fillarray_entrypoints.cc 46 if (UNLIKELY(array == NULL)) {
51 if (UNLIKELY(static_cast<int32_t>(payload->element_count) > array->GetLength())) {
quick_jni_entrypoints.cc 71 if (UNLIKELY(self->GetJniEnv()->check_jni)) {
88 if (UNLIKELY(self->GetJniEnv()->check_jni)) {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMDataStore.cpp 64 if (UNLIKELY(!!data->workerDOMDataStore()))
69 if (UNLIKELY(!!isolatedWorld))
  /art/runtime/
thread-inl.h 74 } while (UNLIKELY(android_atomic_cas(old_state_and_flags.as_int, new_state_and_flags.as_int,
78 if (UNLIKELY((flag_change & kCheckpointRequest) != 0)) {
94 if (UNLIKELY((old_state_and_flags.as_struct.flags & kSuspendRequest) != 0)) {
119 if (UNLIKELY(!done)) {
123 } while (UNLIKELY(!done));
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 74 if (UNLIKELY(!thread_inited))
82 if (UNLIKELY(!thread_inited))
89 if (UNLIKELY(!thread_inited))
99 if (UNLIKELY(!thread_inited))
112 if (UNLIKELY(!thread_inited))
120 if (UNLIKELY(!thread_inited))
128 if (UNLIKELY(!thread_inited))
  /art/runtime/entrypoints/
entrypoint_utils.cc 40 if (UNLIKELY(component_count < 0)) {
45 if (UNLIKELY(klass == NULL)) { // Not in dex cache so try to resolve
52 if (UNLIKELY(klass->IsPrimitive() && !klass->IsPrimitiveInt())) {
67 if (UNLIKELY(!referrer_klass->CanAccess(klass))) {
96 if (UNLIKELY(resolved_field == NULL)) {
102 if (UNLIKELY(resolved_field->IsStatic() != is_static)) {
107 if (UNLIKELY(!referring_class->CanAccess(fields_class) ||
117 if (UNLIKELY(!referring_class->CanAccess(fields_class))) {
120 } else if (UNLIKELY(!referring_class->CanAccessMember(fields_class,
126 if (UNLIKELY(is_set && resolved_field->IsFinal() && (fields_class != referring_class)))
    [all...]
entrypoint_utils.h 51 if (UNLIKELY(klass == NULL)) {
59 if (UNLIKELY(!klass->IsInstantiable())) {
66 if (UNLIKELY(!referrer->CanAccess(klass))) {
87 if (UNLIKELY(component_count < 0)) {
92 if (UNLIKELY(klass == NULL)) { // Not in dex cache so try to resolve
102 if (UNLIKELY(!referrer->CanAccess(klass))) {
140 if (UNLIKELY(resolved_field == NULL)) {
145 if (UNLIKELY(!fields_class->IsInitializing())) {
168 if (UNLIKELY(resolved_field->IsStatic() != is_static)) {
173 if (UNLIKELY(!referring_class->CanAccess(fields_class) |
    [all...]
  /art/runtime/mirror/
array.cc 47 if (UNLIKELY(data_size >> component_shift != size_t(component_count) || size < data_size)) {
81 if (UNLIKELY(new_array.get() == NULL)) {
90 if (UNLIKELY(sub_array == NULL)) {
111 if (UNLIKELY(dimension < 0)) {
124 if (UNLIKELY(array_class == NULL)) {
130 if (UNLIKELY(new_array == NULL)) {
  /art/runtime/entrypoints/portable/
portable_cast_entrypoints.cc 36 if (UNLIKELY(!dest_type->IsAssignableFrom(src_type))) {
52 if (UNLIKELY(!component_type->IsAssignableFrom(element_class))) {
portable_fillarray_entrypoints.cc 33 if (UNLIKELY(array == NULL)) {
38 if (UNLIKELY(static_cast<int32_t>(payload->element_count) > array->GetLength())) {
portable_invoke_entrypoints.cc 36 if (UNLIKELY(method == NULL)) {
39 if (UNLIKELY(method == NULL)) {
48 if (UNLIKELY(code == NULL)) {
portable_jni_entrypoints.cc 70 if (UNLIKELY(self->GetJniEnv()->check_jni)) {
89 if (UNLIKELY(self->GetJniEnv()->check_jni)) {
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestException.h 87 if (UNLIKELY(!impl))
98 if (UNLIKELY(!impl)) {
112 if (UNLIKELY(!impl)) {
125 if (UNLIKELY(!impl)) {
V8TestInterfaceCheckSecurity.h 87 if (UNLIKELY(!impl))
98 if (UNLIKELY(!impl)) {
112 if (UNLIKELY(!impl)) {
125 if (UNLIKELY(!impl)) {
V8TestInterfaceDoNotCheckConstants.h 87 if (UNLIKELY(!impl))
98 if (UNLIKELY(!impl)) {
112 if (UNLIKELY(!impl)) {
125 if (UNLIKELY(!impl)) {
V8TestInterfaceEmpty.h 87 if (UNLIKELY(!impl))
98 if (UNLIKELY(!impl)) {
112 if (UNLIKELY(!impl)) {
125 if (UNLIKELY(!impl)) {
V8TestInterfaceImplementedAs.h 87 if (UNLIKELY(!impl))
98 if (UNLIKELY(!impl)) {
112 if (UNLIKELY(!impl)) {
125 if (UNLIKELY(!impl)) {
V8TestInterfacePython2.h 83 if (UNLIKELY(!impl))
94 if (UNLIKELY(!impl)) {
108 if (UNLIKELY(!impl)) {
121 if (UNLIKELY(!impl)) {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
OpaqueRectTrackingContentLayerDelegate.cpp 54 if (UNLIKELY(!annotationsEnabled))
  /external/valgrind/main/VEX/priv/
main_util.h 47 #define UNLIKELY(x) __builtin_expect(!!(x), 0)
  /art/compiler/dex/
arena_allocator.h 107 if (UNLIKELY(ptr_ + bytes > end_)) {
110 if (UNLIKELY(ptr_ == nullptr)) {
  /art/runtime/native/
java_lang_reflect_Array.cc 47 if (UNLIKELY(length < 0)) {
56 if (UNLIKELY(array_class == NULL)) {

Completed in 385 milliseconds

1 2 3 4 5 6 7 8