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

1 2 3 45 6

  /external/compiler-rt/lib/asan/
asan_rtl.cc 405 if (LIKELY(asan_inited)) return;
  /art/runtime/jni/
java_vm_ext.cc 622 if (LIKELY(enable_allocation_tracking_delta_ == 0)) {
812 if (LIKELY(MayAccessWeakGlobalsUnlocked(self))) {
    [all...]
  /art/runtime/mirror/
class-inl.h 474 if (LIKELY(this->CanAccessMember(access_to, field->GetAccessFlags()))) {
513 if (LIKELY(this->CanAccessMember(access_to, method->GetAccessFlags()))) {
    [all...]
  /external/libaom/libaom/av1/encoder/
av1_quantize.c 426 if (LIKELY(n_coeffs >= 8)) {
464 if (LIKELY(n_coeffs >= 8)) {
    [all...]
encodemb.c 180 if (LIKELY(!x->skip_block)) {
  /art/runtime/
class_linker.cc 440 << ". This is most likely the result of a broken build. Make sure that "
    [all...]
thread_list.cc 482 // Avoid using ThreadList::Dump() initially because it is likely to get stuck as well.
739 if (LIKELY(cur_val > 0)) {
769 // Spin wait. This is likely to be slow, but on most architecture ART_USE_FUTEXES is set.
    [all...]
thread.cc 692 // It's likely that callers are trying to ensure they have at least a certain amount of
    [all...]
monitor.cc     [all...]
  /art/openjdkjvmti/
ti_redefine.cc 365 if (LIKELY(map.IsValid())) {
    [all...]
ti_stack.cc     [all...]
events.cc 672 if (LIKELY(!self->IsExceptionPending())) {
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 510 } else if (LIKELY(current_space_bitmap_->HasAddress(obj))) {
553 if (LIKELY(object_bitmap->HasAddress(obj))) {
    [all...]
semi_space.cc 466 if (LIKELY(size <= static_cast<size_t>(kPageSize))) {
    [all...]
  /art/runtime/gc/space/
large_object_space.cc 518 if (LIKELY(free_end_ >= allocation_size)) {
  /art/runtime/interpreter/
interpreter_common.h 159 } else if (LIKELY(tls_cache->Get(inst, &tls_value))) {
interpreter_common.cc     [all...]
interpreter_switch_impl-inl.h 316 hs.NewHandleWrapper(LIKELY(save_ref == nullptr) ? &null_obj : save_ref->GetGCRoot()));
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Stream.cpp     [all...]
  /art/runtime/jit/
jit_code_cache.cc 535 if (LIKELY(GetGarbageCollectCode())) {
    [all...]
  /art/compiler/optimizing/
reference_type_propagation.cc 36 if (LIKELY(hint_dex_cache->GetDexFile() == &dex_file)) {
    [all...]
  /device/google/marlin/camera/QCamera2/stack/common/
cam_types.h 121 #define LIKELY(x) __builtin_expect((x), true)
    [all...]
  /art/runtime/gc/
heap.cc     [all...]
  /external/libtextclassifier/utils/hash/
farmhash.cc 20 // Note that if you use -DFARMHASH_ASSUME_SSE42 you likely need -msse42
22 // you likely need -maes (or its equivalent for your compiler).
53 // FARMHASH PORTABILITY LAYER: LIKELY and UNLIKELY
55 #if !defined(LIKELY)
57 #define LIKELY(x) (x)
59 #define LIKELY(x) (__builtin_expect(!!(x), 1))
64 #define UNLIKELY(x) !LIKELY(!(x))
    [all...]
  /art/libdexfile/dex/
dex_file_verifier.cc 499 if (LIKELY(CheckListSize(ptr_, size, sizeof(uint8_t), "encoded_value"))) {
    [all...]

Completed in 770 milliseconds

1 2 3 45 6