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

1 2 3 45 6 7 8 91011>>

  /art/runtime/native/
dalvik_system_VMStack.cc 103 if (UNLIKELY(visitor.caller == nullptr)) {
143 if (UNLIKELY(visitor.caller == nullptr)) {
java_lang_String.cc 42 if (UNLIKELY(java_rhs == nullptr)) {
53 if (UNLIKELY(java_string_arg == nullptr)) {
java_lang_reflect_Executable.cc 174 if (UNLIKELY(names == nullptr || access_flags == nullptr)) {
203 if (UNLIKELY(parameter_array == nullptr)) {
225 if (UNLIKELY(parameter == nullptr)) {
239 if (UNLIKELY(self->IsExceptionPending())) {
245 if (UNLIKELY(self->IsExceptionPending())) {
java_lang_reflect_Constructor.cc 69 if (UNLIKELY(c->IsAbstract())) {
  /art/runtime/verifier/
register_line-inl.h 136 if (UNLIKELY(!check_type.IsAssignableFrom(src_type, verifier))) {
163 if (UNLIKELY(!src_type.CheckWidePair(src_type_h))) {
method_verifier.cc 451 if (UNLIKELY(verifier.have_pending_experimental_failure_)) {
    [all...]
  /external/valgrind/include/
pub_tool_basics.h 448 # define UNLIKELY(x) __builtin_expect(!!(x), 0)
451 # define UNLIKELY(x) (x)
  /art/runtime/mirror/
array-inl.h 63 if (UNLIKELY(static_cast<uint32_t>(index) >=
91 if (UNLIKELY(length_limit <= static_cast<size_t>(component_count))) {
170 if (UNLIKELY(size == 0)) {
301 if (UNLIKELY(count == 0)) {
363 if (UNLIKELY(count == 0)) {
string.cc 109 if (UNLIKELY(string == nullptr)) {
128 if (UNLIKELY(src->IsCompressed())) { // LIKELY(compressible == src->IsCompressed())
148 if (UNLIKELY(new_string == nullptr)) {
183 if (UNLIKELY(string == nullptr)) {
219 if (UNLIKELY(string == nullptr)) {
object_array-inl.h 48 if (UNLIKELY(array == nullptr)) {
79 if (UNLIKELY(!object->InstanceOf(element_class))) {
331 if (UNLIKELY(i != count)) {
string-inl.h 174 if (UNLIKELY((index < 0) || (index >= count))) {
237 if (UNLIKELY(length > max_length)) {
300 if (UNLIKELY(result == 0)) {
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 318 if (UNLIKELY(!ThreadInited))
378 if (UNLIKELY(!ThreadInited))
432 if (UNLIKELY(!ThreadInited))
466 if (UNLIKELY(!ThreadInited))
506 if (UNLIKELY(!ThreadInited))
  /art/runtime/base/
mutex.cc 447 if (UNLIKELY(should_respond_to_empty_checkpoint_request_)) {
553 if (UNLIKELY(num_contenders_.LoadRelaxed() > 0)) {
596 if (UNLIKELY(num_contenders_.LoadRelaxed() > 0)) {
648 if (UNLIKELY(should_respond_to_empty_checkpoint_request_)) {
690 if (UNLIKELY(num_pending_readers_.LoadRelaxed() > 0 ||
727 if (UNLIKELY(should_respond_to_empty_checkpoint_request_)) {
768 if (UNLIKELY(should_respond_to_empty_checkpoint_request_)) {
812 if (UNLIKELY(self == nullptr)) { // Handle unattached threads.
847 if (UNLIKELY(num_pending_readers_.LoadRelaxed() > 0 ||
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 436 if (UNLIKELY((type == Primitive::kPrimDouble) || (type == Primitive::kPrimFloat))) {
775 if (UNLIKELY(!method->IsInvokable())) {
    [all...]
  /art/runtime/
transaction.cc 459 if (UNLIKELY(field_value.is_volatile)) {
470 if (UNLIKELY(field_value.is_volatile)) {
481 if (UNLIKELY(field_value.is_volatile)) {
492 if (UNLIKELY(field_value.is_volatile)) {
503 if (UNLIKELY(field_value.is_volatile)) {
514 if (UNLIKELY(field_value.is_volatile)) {
521 if (UNLIKELY(field_value.is_volatile)) {
class_linker.cc     [all...]
handle.h 70 if (UNLIKELY(reference_->AsMirrorPtr() == nullptr)) {
indenter.h 58 if (UNLIKELY(c == std::char_traits<char>::eof())) {
  /external/compiler-rt/lib/esan/
esan_interceptors.cpp 60 if (UNLIKELY(COMMON_INTERCEPTOR_NOTHING_IS_INITIALIZED)) { \
61 if (!UNLIKELY(EsanDuringInit)) \
344 if (UNLIKELY(REAL(mmap) == nullptr)) {
  /external/valgrind/helgrind/
libhb_core.c     [all...]
  /art/compiler/optimizing/
constructor_fence_redundancy_elimination.cc 155 if (UNLIKELY(aliasing_inst->IsNullCheck())) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_mac.cc 51 if (UNLIKELY(val == nullptr)) {
  /external/valgrind/coregrind/
m_poolalloc.c 122 if (UNLIKELY(pa->nextFree == NULL)) {
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.h 42 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
484 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER)));
488 return (UNLIKELY(l && (l->flags & HWC_AIV_VIDEO)));
492 return (UNLIKELY(l && (l->flags & HWC_AIV_CC)));
  /art/libartbase/base/
leb128.h 36 if (UNLIKELY(result > 0x7f)) {
70 if (UNLIKELY(result > 0x7f)) {

Completed in 799 milliseconds

1 2 3 45 6 7 8 91011>>