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

1 2 3 4 5 6 7 8 91011>>

  /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/
SpinLock.h 45 while (UNLIKELY(atomicTestAndSetToOne(lock))) {
WTF.h 52 if (UNLIKELY(!s_initialized))
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8BindingMacros.h 45 if (UNLIKELY(block.HasCaught())) \
51 if (UNLIKELY(block.HasCaught())) \
67 if (UNLIKELY(block.HasCaught())) { \
75 if (UNLIKELY(block.HasCaught() || exceptionState.throwIfNeeded())) \
92 if (UNLIKELY(block.HasCaught() || exceptionState.throwIfNeeded())) \
101 if (UNLIKELY(!var.prepare())) \
106 if (UNLIKELY(!var.prepare())) \
111 if (UNLIKELY(!var.prepare())) \
  /art/runtime/
indirect_reference_table-inl.h 32 if (UNLIKELY(iref == nullptr)) {
36 if (UNLIKELY(GetIndirectRefKind(iref) == kHandleScopeOrInvalid)) {
43 if (UNLIKELY(idx >= topIndex)) {
49 if (UNLIKELY(table_[idx].IsNull())) {
54 if (UNLIKELY(!CheckEntry("use", iref, idx))) {
63 if (UNLIKELY(checkRef != iref)) {
dex_file_verifier.cc 70 if (UNLIKELY(!CheckIndex(idx, dex_file_->NumStringIds(), error_string))) {
77 if (UNLIKELY(!CheckIndex(type_idx, dex_file_->NumTypeIds(), error_string))) {
86 if (UNLIKELY(!CheckIndex(idx, dex_file_->NumFieldIds(), error_string))) {
93 if (UNLIKELY(!CheckIndex(idx, dex_file_->NumMethodIds(), err_string))) {
102 if (UNLIKELY(var == nullptr)) { \
109 if (UNLIKELY(var == nullptr)) { \
116 if (UNLIKELY(var == nullptr)) { \
123 if (UNLIKELY(var == nullptr)) { \
141 if (UNLIKELY(!is_return_type)) {
154 if (UNLIKELY((descriptor[0] != shorty_char) || (descriptor[1] != '\0')))
    [all...]
verify_object-inl.h 42 if (UNLIKELY(failed)) {
50 if (UNLIKELY(c == nullptr)) {
indenter.h 34 if (UNLIKELY(c == std::char_traits<char>::eof())) {
41 if (UNLIKELY(r != text_)) {
50 if (UNLIKELY(r != c)) {
  /art/runtime/gc/collector/
mark_sweep-inl.h 39 if (UNLIKELY(klass == mirror::Class::GetJavaLangClass())) {
41 } else if (UNLIKELY(klass->IsArrayClass<kVerifyNone>())) {
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 44 if (UNLIKELY(klass == NULL)) {
55 if (UNLIKELY(!klass->IsInstantiable())) {
63 if (UNLIKELY(!referrer->CanAccess(klass))) {
69 if (UNLIKELY(!klass->IsInitialized())) {
96 if (UNLIKELY(!klass->IsInitialized())) {
129 if (UNLIKELY(slow_path)) {
149 if (UNLIKELY(slow_path)) {
180 if (UNLIKELY(component_count < 0)) {
186 if (UNLIKELY(klass == nullptr)) { // Not in dex cache so try to resolve
197 if (UNLIKELY(!referrer->CanAccess(klass)))
    [all...]
  /art/runtime/entrypoints/portable/
portable_fillarray_entrypoints.cc 33 if (UNLIKELY(array == NULL)) {
38 if (UNLIKELY(static_cast<int32_t>(payload->element_count) > array->GetLength())) {
portable_cast_entrypoints.cc 36 if (UNLIKELY(!dest_type->IsAssignableFrom(src_type))) {
52 if (UNLIKELY(!component_type->IsAssignableFrom(element_class))) {
  /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_lock_entrypoints.cc 28 if (UNLIKELY(obj == NULL)) {
51 if (UNLIKELY(obj == NULL)) {
quick_jni_entrypoints.cc 55 } else if (UNLIKELY(self->TestAllFlags())) {
90 if (UNLIKELY(self->GetJniEnv()->check_jni)) {
108 if (UNLIKELY(self->GetJniEnv()->check_jni)) {
  /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/gc/
heap-inl.h 51 if (kCheckLargeObject && UNLIKELY(ShouldAllocLargeObject(klass, byte_count))) {
81 if (UNLIKELY(obj == nullptr)) {
105 if (collector::SemiSpace::kUseRememberedSet && UNLIKELY(allocator == kAllocatorTypeNonMoving)) {
165 if (UNLIKELY(!self->PushOnThreadLocalAllocationStack(*obj))) {
168 } else if (UNLIKELY(!allocation_stack_->AtomicPushBack(*obj))) {
187 UNLIKELY(IsOutOfMemoryOnAllocation<kGrow>(allocator_type, alloc_size))) {
203 if (kInstrumented && UNLIKELY(running_on_valgrind_)) {
213 if (kInstrumented && UNLIKELY(running_on_valgrind_)) {
236 if (UNLIKELY(self->TlabSize() < alloc_size)) {
238 if (UNLIKELY(IsOutOfMemoryOnAllocation<kGrow>(allocator_type, new_tlab_size)))
    [all...]
  /art/runtime/mirror/
array.cc 53 if (UNLIKELY(new_array.Get() == nullptr)) {
64 if (UNLIKELY(sub_array == nullptr)) {
87 if (UNLIKELY(dimension < 0)) {
99 if (UNLIKELY(array_class.Get() == nullptr)) {
106 if (UNLIKELY(array_class.Get() == nullptr)) {
113 if (UNLIKELY(new_array == nullptr)) {
string-inl.h 61 if (UNLIKELY(static_cast<uint32_t>(index) >= static_cast<uint32_t>(count_))) {
73 if (UNLIKELY(result == 0)) {
  /art/runtime/gc/allocator/
rosalloc-inl.h 28 if (UNLIKELY(size > kLargeSizeThreshold)) {
  /art/runtime/interpreter/
interpreter_common.h 115 if (UNLIKELY(method == nullptr)) {
119 } else if (UNLIKELY(method->IsAbstract())) {
136 if (UNLIKELY(receiver == nullptr)) {
145 if (UNLIKELY(method == nullptr)) {
149 } else if (UNLIKELY(method->IsAbstract())) {
191 if (UNLIKELY(!java_lang_string_class->IsInitialized())) {
195 if (UNLIKELY(!class_linker->EnsureInitialized(h_class, true, true))) {
209 if (UNLIKELY(divisor == 0)) {
213 if (UNLIKELY(dividend == kMinInt && divisor == -1)) {
227 if (UNLIKELY(divisor == 0))
    [all...]
interpreter_goto_table_impl.cc 47 if (UNLIKELY(_is_exception_pending)) { \
138 if (UNLIKELY(!shadow_frame.HasReferenceArray())) {
152 if (UNLIKELY(instrumentation->HasMethodEntryListeners())) {
252 if (UNLIKELY(self->TestAllFlags())) {
256 if (UNLIKELY(instrumentation->HasMethodExitListeners())) {
260 } else if (UNLIKELY(instrumentation->HasDexPcListeners())) {
271 if (UNLIKELY(self->TestAllFlags())) {
275 if (UNLIKELY(instrumentation->HasMethodExitListeners())) {
279 } else if (UNLIKELY(instrumentation->HasDexPcListeners())) {
291 if (UNLIKELY(self->TestAllFlags()))
    [all...]
  /art/runtime/native/
java_lang_System.cc 52 if (UNLIKELY(javaSrc == nullptr)) {
56 if (UNLIKELY(javaDst == nullptr)) {
63 if (UNLIKELY(!srcObject->IsArrayInstance())) {
68 if (UNLIKELY(!dstObject->IsArrayInstance())) {
76 if (UNLIKELY(srcPos < 0) || UNLIKELY(dstPos < 0) || UNLIKELY(count < 0) ||
77 UNLIKELY(srcPos > srcArray->GetLength() - count) ||
78 UNLIKELY(dstPos > dstArray->GetLength() - count)) {
129 if (UNLIKELY((dstComponentPrimitiveType != Primitive::kPrimNot) |
    [all...]
  /art/runtime/entrypoints/interpreter/
interpreter_entrypoints.cc 35 if (UNLIKELY(!declaringClass->IsInitialized())) {
39 if (UNLIKELY(!Runtime::Current()->GetClassLinker()->EnsureInitialized(h_class, true, true))) {
  /external/chromium_org/base/
compiler_specific.h 216 #if !defined(UNLIKELY)
218 #define UNLIKELY(x) __builtin_expect(!!(x), 0)
220 #define UNLIKELY(x) (x)
222 #endif // !defined(UNLIKELY)

Completed in 761 milliseconds

1 2 3 4 5 6 7 8 91011>>