HomeSort by relevance Sort by last modified time
    Searched refs:LIKELY (Results 151 - 175 of 180) sorted by null

1 2 3 4 5 67 8

  /art/runtime/
thread_list.cc 460 // Avoid using ThreadList::Dump() initially because it is likely to get stuck as well.
738 if (LIKELY(cur_val > 0)) {
753 // Spin wait. This is likely to be slow, but on most architecture ART_USE_FUTEXES is set.
    [all...]
thread.cc 492 // It's likely that callers are trying to ensure they have at least a certain amount of
    [all...]
dex_file_verifier.cc 542 if (LIKELY(CheckListSize(ptr_, size, sizeof(uint8_t), "encoded_value"))) {
    [all...]
jni_internal.cc 124 if (LIKELY(klass->IsInitialized())) {
    [all...]
debugger.cc 85 if (LIKELY(!m->IsDefault())) {
513 // if we don't abort the user is likely to think they're talking to us when they're actually
    [all...]
  /device/google/marlin/camera/QCamera2/stack/common/
cam_types.h 121 #define LIKELY(x) __builtin_expect((x), true)
    [all...]
  /art/runtime/interpreter/
interpreter_common.cc     [all...]
interpreter_switch_impl.cc 517 if (LIKELY(c != nullptr)) {
    [all...]
  /art/runtime/mirror/
class.cc 114 if (LIKELY(class_linker_initialized)) {
    [all...]
  /art/runtime/openjdkjvmti/
ti_redefine.cc     [all...]
  /art/runtime/gc/
heap.cc     [all...]
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c     [all...]
readdwarf3.c 296 if (LIKELY(!(byte & 0x80))) return result;
    [all...]
  /external/libtextclassifier/util/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...]
  /device/google/contexthub/sensorhal/
hubconnection.cpp 22 // TODO: remove the includes that introduce LIKELY and UNLIKELY (firmware/os/inc/toolchain.h)
23 #undef LIKELY
    [all...]
  /external/valgrind/VEX/priv/
host_tilegx_defs.c 407 if (LIKELY(rRegUniverse_TILEGX_initted))
    [all...]
host_arm64_isel.c 643 if (LIKELY(!is_IRExpr_VECRET_or_BBPTR(arg)))
682 if (LIKELY(!is_IRExpr_VECRET_or_BBPTR(arg)))
    [all...]
host_mips_isel.c 518 if (LIKELY(!is_IRExpr_VECRET_or_BBPTR(arg)))
559 if (LIKELY(!is_IRExpr_VECRET_or_BBPTR(arg)))
    [all...]
host_arm_isel.c 525 if (LIKELY(!is_IRExpr_VECRET_or_BBPTR(arg)))
582 if (LIKELY(!is_IRExpr_VECRET_or_BBPTR(arg)))
    [all...]
host_amd64_defs.c 58 if (LIKELY(rRegUniverse_AMD64_initted))
    [all...]
host_mips_defs.c 61 if (LIKELY(rRegUniverse_MIPS_initted == howNeeded))
    [all...]
host_x86_defs.c 58 if (LIKELY(rRegUniverse_X86_initted))
    [all...]
host_amd64_isel.c 567 if (LIKELY(!is_IRExpr_VECRET_or_BBPTR(arg))) {
    [all...]
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c     [all...]
  /art/runtime/verifier/
method_verifier.cc 110 // we are already aborting (as this verification is likely run to print
112 if (LIKELY(gAborting == 0)) {
    [all...]

Completed in 1082 milliseconds

1 2 3 4 5 67 8