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

1 2 3 4 5 6 7 891011>>

  /external/valgrind/helgrind/
hg_main.c     [all...]
  /art/runtime/
thread.cc     [all...]
thread_list.cc 380 if (UNLIKELY(total_delay > kLongWaitThreshold)) {
855 if (UNLIKELY(!thread->IsSuspended())) {
867 if (UNLIKELY(!thread->ModifySuspendCount(self, -1, nullptr, reason))) {
    [all...]
reference_table.cc 301 if (UNLIKELY(prev.root.IsNull())) {
art_method.h 479 if (UNLIKELY(IsNative<kWithoutReadBarrier>()) || UNLIKELY(IsProxyMethod())) {
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc 174 if (UNLIKELY(res == nullptr && capacity_ > footprint_)) {
471 if (UNLIKELY(r == nullptr)) {
600 if (UNLIKELY(slot_addr == nullptr)) {
614 if (UNLIKELY(current_run == nullptr)) {
677 if (UNLIKELY(slot_addr == nullptr)) {
706 if (UNLIKELY(thread_local_run == nullptr)) {
    [all...]
  /external/valgrind/VEX/priv/
host_generic_simd64.c 42 #include "main_util.h" // LIKELY, UNLIKELY
    [all...]
  /art/compiler/optimizing/
optimizing_compiler.cc     [all...]
  /external/valgrind/coregrind/
m_stacktrace.c 69 #define RECURSIVE_MERGE(_nframes,_ips,_i) if (UNLIKELY(_nframes > 0)) \
258 if (UNLIKELY (fp_CF_verif_generation != VG_(debuginfo_generation)())) {
312 if (UNLIKELY(xip_verif >= CFUNWIND)) {
    [all...]
m_deduppoolalloc.c 302 if (UNLIKELY(ddpa->curpool_free == NULL
  /external/valgrind/massif/
ms_main.c 217 if (UNLIKELY(VG_(clo_verbosity) > verb)) { \
596 if (UNLIKELY(VG_(clo_xtree_memory) == Vg_XTMemory_Full))
610 if (UNLIKELY(VG_(clo_xtree_memory) == Vg_XTMemory_Full)) {
    [all...]
  /external/valgrind/memcheck/
mc_malloc_wrappers.c 310 if (UNLIKELY(VG_(clo_xtree_memory) == Vg_XTMemory_Full))
337 if (UNLIKELY(VG_(clo_xtree_memory) == Vg_XTMemory_Full))
675 if (UNLIKELY(VG_(clo_xtree_memory) == Vg_XTMemory_Full))
    [all...]
  /frameworks/base/libs/androidfw/
AssetManager2.cpp 361 if (UNLIKELY(type_spec == nullptr)) {
439 if (UNLIKELY(best_cookie == kInvalidCookie)) {
444 if (UNLIKELY(best_entry == nullptr)) {
    [all...]
  /art/cmdline/
cmdline_parser.h 542 if (UNLIKELY(ignore_unrecognized_)) { // This is usually off, we only need it for JNI.
  /art/openjdkjvmti/
ti_class_definition.cc 263 if (UNLIKELY(dex_data_mmap_ != nullptr && temp_mmap_ != nullptr)) {
ti_heap.cc 68 if (UNLIKELY(cb->string_primitive_value_callback != nullptr) && obj->IsString()) {
120 if (UNLIKELY(cb->array_primitive_value_callback != nullptr) &&
492 if (UNLIKELY(cb->primitive_field_callback != nullptr)) {
    [all...]
  /art/runtime/entrypoints/quick/
quick_field_entrypoints.cc 52 if (LIKELY(field != nullptr) && UNLIKELY(h == nullptr)) {
  /art/runtime/gc/space/
dlmalloc_space.cc 93 // Note: making this value large means that large allocations are unlikely to succeed as dlmalloc
329 if (UNLIKELY(dlmalloc_space == nullptr || dlmalloc_space->GetMspace() != mspace)) {
region_space-inl.h 105 if (UNLIKELY(new_top > end_)) {
  /external/compiler-rt/lib/asan/
asan_poisoning.cc 217 if (UNLIKELY(__asan::AddressIsPoisoned(__p) || \
  /external/libffi/src/x86/
ffi64.c 544 if (UNLIKELY (! (abi > FFI_FIRST_ABI && abi < FFI_LAST_ABI)))
  /external/python/cpython2/Modules/_ctypes/libffi/src/x86/
ffi64.c 544 if (UNLIKELY (! (abi > FFI_FIRST_ABI && abi < FFI_LAST_ABI)))
  /external/python/cpython3/Modules/_ctypes/libffi/src/x86/
ffi64.c 544 if (UNLIKELY (! (abi > FFI_FIRST_ABI && abi < FFI_LAST_ABI)))
  /external/valgrind/exp-sgcheck/
h_main.c 243 if (UNLIKELY(addr_to_seg_map == NULL)) {
392 // block that was unrelated to that block. This is very unlikely!) So
  /art/runtime/gc/collector/
concurrent_copying.cc 131 if (UNLIKELY(do_atomic_update)) {
437 if (UNLIKELY(Runtime::Current()->IsActiveTransaction())) {
    [all...]

Completed in 544 milliseconds

1 2 3 4 5 6 7 891011>>