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

1 2 3 4 5 6 7 8 91011>>

  /art/runtime/entrypoints/quick/
quick_lock_entrypoints.cc 28 if (UNLIKELY(obj == nullptr)) {
35 if (UNLIKELY(self->IsExceptionPending())) {
56 if (UNLIKELY(obj == nullptr)) {
  /art/compiler/debug/dwarf/
debug_frame_opcode_writer.h 49 if (UNLIKELY(enabled_)) {
86 if (UNLIKELY(enabled_)) {
100 if (UNLIKELY(enabled_)) {
112 if (UNLIKELY(enabled_)) {
118 if (UNLIKELY(enabled_)) {
140 if (UNLIKELY(enabled_)) {
152 if (UNLIKELY(enabled_)) {
160 if (UNLIKELY(enabled_)) {
169 if (UNLIKELY(enabled_)) {
178 if (UNLIKELY(enabled_))
    [all...]
  /art/runtime/
verify_object-inl.h 28 if (UNLIKELY(c == nullptr)) {
indirect_reference_table-inl.h 37 if (UNLIKELY(iref == nullptr)) {
41 if (UNLIKELY(GetIndirectRefKind(iref) == kHandleScopeOrInvalid)) {
49 if (UNLIKELY(idx >= top_index)) {
59 if (UNLIKELY(table_[idx].GetReference()->IsNull())) {
65 if (UNLIKELY(!CheckEntry("use", iref, idx))) {
76 if (UNLIKELY(checkRef != iref)) {
verify_object.cc 41 if (UNLIKELY(failed)) {
jni_env_ext-inl.h 30 if (UNLIKELY(ref == nullptr)) {
  /external/libchrome/base/trace_event/
heap_profiler.h 45 if (UNLIKELY(AllocationContextTracker::capture_mode() !=
54 if (UNLIKELY(AllocationContextTracker::capture_mode() !=
69 if (UNLIKELY(
78 if (UNLIKELY(
  /art/libdexfile/dex/
dex_file_verifier.cc 103 if (UNLIKELY(!CheckIndex(idx.index_, dex_file_->NumStringIds(), error_string))) {
171 if (UNLIKELY(!CheckIndex(type_idx.index_, dex_file_->NumTypeIds(), error_string))) {
178 if (UNLIKELY(!CheckIndex(idx, dex_file_->NumFieldIds(), error_string))) {
185 if (UNLIKELY(!CheckIndex(idx, dex_file_->NumMethodIds(), err_string))) {
192 if (UNLIKELY(!CheckIndex(idx, dex_file_->NumProtoIds(), err_string))) {
201 if (UNLIKELY((var) == nullptr)) { \
208 if (UNLIKELY((var) == nullptr)) { \
215 if (UNLIKELY((var) == nullptr)) { \
222 if (UNLIKELY((var) == nullptr)) { \
245 if (UNLIKELY(!is_return_type))
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 76 if (UNLIKELY(!thread_inited))
84 if (UNLIKELY(!thread_inited))
91 if (UNLIKELY(!thread_inited))
101 if (UNLIKELY(!thread_inited))
114 if (UNLIKELY(!thread_inited))
122 if (UNLIKELY(!thread_inited))
130 if (UNLIKELY(!thread_inited))
  /art/runtime/mirror/
array.cc 55 if (UNLIKELY(new_array == nullptr)) {
66 if (UNLIKELY(sub_array == nullptr)) {
89 if (UNLIKELY(dimension < 0)) {
101 if (UNLIKELY(array_class == nullptr)) {
108 if (UNLIKELY(array_class == nullptr)) {
115 if (UNLIKELY(new_array == nullptr)) {
field.cc 59 if (UNLIKELY(declaring_class->IsProxyClass())) {
72 if (UNLIKELY(art_field == nullptr)) {
  /device/google/contexthub/lefty/
Lefty.h 21 #undef UNLIKELY
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 82 if (UNLIKELY(inlined_method == nullptr)) {
89 if (UNLIKELY(inlined_method->GetDexFile() != method->GetDexFile())) {
115 if (UNLIKELY(!klass->IsInstantiable())) {
120 if (UNLIKELY(klass->IsClassClass())) {
126 if (UNLIKELY(!klass->IsInitialized())) {
155 if (UNLIKELY(!klass->IsInitialized())) {
185 if (UNLIKELY(slow_path)) {
207 if (UNLIKELY(slow_path)) {
239 if (UNLIKELY(component_count < 0)) {
245 if (UNLIKELY(klass == nullptr)) { // Not in dex cache so try to resolv
    [all...]
  /art/runtime/gc/
heap-inl.h 65 if (kCheckLargeObject && UNLIKELY(ShouldAllocLargeObject(klass, byte_count))) {
114 if (UNLIKELY(obj == nullptr)) {
144 if (collector::SemiSpace::kUseRememberedSet && UNLIKELY(allocator == kAllocatorTypeNonMoving)) {
226 if (UNLIKELY(!self->PushOnThreadLocalAllocationStack(obj->Ptr()))) {
229 } else if (UNLIKELY(!allocation_stack_->AtomicPushBack(obj->Ptr()))) {
257 UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, alloc_size, kGrow))) {
274 if (kInstrumented && UNLIKELY(is_running_on_memory_tool_)) {
277 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type,
288 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type,
305 if (kInstrumented && UNLIKELY(is_running_on_memory_tool_))
    [all...]
  /art/runtime/native/
java_lang_System.cc 57 if (UNLIKELY(javaSrc == nullptr)) {
61 if (UNLIKELY(javaDst == nullptr)) {
68 if (UNLIKELY(!srcObject->IsArrayInstance())) {
73 if (UNLIKELY(!dstObject->IsArrayInstance())) {
81 if (UNLIKELY(srcPos < 0) || UNLIKELY(dstPos < 0) || UNLIKELY(count < 0) ||
82 UNLIKELY(srcPos > srcArray->GetLength() - count) ||
83 UNLIKELY(dstPos > dstArray->GetLength() - count)) {
139 if (UNLIKELY((dstComponentPrimitiveType != Primitive::kPrimNot) |
    [all...]
java_lang_reflect_Parameter.cc 41 if (UNLIKELY(javaMethod == nullptr)) {
52 if (UNLIKELY(parameterIndex < 0 || static_cast<uint32_t>(parameterIndex) >= parameter_count)) {
  /external/libchrome/base/
compiler_specific.h 214 #if !defined(UNLIKELY)
216 #define UNLIKELY(x) __builtin_expect(!!(x), 0)
218 #define UNLIKELY(x) (x)
220 #endif // !defined(UNLIKELY)
  /external/pdfium/third_party/base/
compiler_specific.h 209 #if !defined(UNLIKELY)
211 #define UNLIKELY(x) __builtin_expect(!!(x), 0)
213 #define UNLIKELY(x) (x)
215 #endif // !defined(UNLIKELY)
  /art/compiler/driver/
compiler_driver-inl.h 46 if (UNLIKELY(cls == nullptr)) {
73 if (UNLIKELY(resolved_field == nullptr)) {
78 if (UNLIKELY(resolved_field->IsStatic() != is_static)) {
113 if (UNLIKELY(resolved_method == nullptr)) {
  /art/libartbase/base/
logging.h 102 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module)
bit_vector-inl.h 54 if (UNLIKELY(word_index == storage_size_)) {
62 if (UNLIKELY(word_index == storage_size_)) {
  /art/runtime/gc/allocator/
rosalloc-inl.h 34 if (UNLIKELY(size > kLargeSizeThreshold)) {
60 if (UNLIKELY(!IsSizeForThreadLocal(size))) {
81 if (UNLIKELY(!IsSizeForThreadLocal(size))) {
103 if (UNLIKELY(!IsSizeForThreadLocal(size))) {
  /external/pdfium/third_party/base/allocator/partition_allocator/
spin_lock.cc 79 } while (UNLIKELY(lock_.exchange(true, std::memory_order_acquire)));
  /art/runtime/gc/space/
bump_pointer_space-inl.h 59 if (UNLIKELY(usable_size != nullptr)) {
74 if (UNLIKELY(new_end > growth_end_)) {
  /external/valgrind/coregrind/
m_stacks.c 295 if (UNLIKELY(stackseg == NULL)) {
304 if (UNLIKELY((!stackseg->hasR || !stackseg->hasW)
316 if (UNLIKELY(*start < stackseg->start)) {
327 if (UNLIKELY(stackseg->kind == SkResvn)) {
342 if (UNLIKELY(*end > stackseg->end)) {
352 if (UNLIKELY(*start > *end)) {
409 if (UNLIKELY(current_stack == NULL || \
428 if (UNLIKELY(delta < -VG_(clo_max_stackframe) \

Completed in 472 milliseconds

1 2 3 4 5 6 7 8 91011>>