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

1 2 3 4 5 6 78 91011>>

  /art/runtime/interpreter/
unstarted_runtime.cc 249 if (UNLIKELY(klass == nullptr)) {
686 if (UNLIKELY(c->IsAbstract())) {
822 if (UNLIKELY(src_pos < 0) || UNLIKELY(dst_pos < 0) || UNLIKELY(length < 0) |
    [all...]
  /art/runtime/
quick_exception_handler.cc 122 } else if (UNLIKELY(GetThread()->HasDebuggerShadowFrames())) {
600 if (UNLIKELY(reinterpret_cast<uintptr_t>(GetQuickInstrumentationExitPc()) == GetReturnPc())) {
jni_env_ext.cc 103 if (UNLIKELY(ref == nullptr)) {
subtype_check.h 369 if (UNLIKELY(!klass->HasSuperClass())) {
  /external/compiler-rt/lib/asan/
asan_rtl.cc 164 if (UNLIKELY(s)) { \
165 if (UNLIKELY(size >= SHADOW_GRANULARITY || \
  /external/compiler-rt/lib/msan/
msan.cc 318 if (UNLIKELY(s)) { \
334 if (UNLIKELY(s)) { \
  /external/valgrind/callgrind/
global.h 809 if (UNLIKELY( (CLG_(clo).verbose >x) && \
819 if (UNLIKELY(!(cond))) { \
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.h 39 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
383 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER)));
hwc_utils.cpp 909 if (UNLIKELY(isYuvBuffer(hnd))) {
914 if(UNLIKELY(is4kx2kYuvBuffer(hnd))){
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.h 38 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
406 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER)));
hwc_utils.cpp 869 if (UNLIKELY(isYuvBuffer(hnd))) {
874 if(UNLIKELY(is4kx2kYuvBuffer(hnd))){
884 if(UNLIKELY(isExtOnly(hnd))){
    [all...]
  /art/openjdkjvmti/
events.h 106 if (UNLIKELY(e == ArtJvmtiEvent::kClassFileLoadHookRetransformable)) {
transform.cc 90 if (UNLIKELY(uninitialized_class_definitions_lock_.IsExclusiveHeld(self))) {
  /art/runtime/gc/space/
malloc_space.cc 218 if (UNLIKELY(zygote_space == nullptr)) {
  /device/google/contexthub/firmware/os/platform/stm32/
dma.c 223 if (UNLIKELY(!state->callback)) {
  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 117 if (UNLIKELY(!inited)) {
  /external/valgrind/drd/
drd_thread.h 317 if (UNLIKELY(stack_min < DRD_(g_threadinfo)[tid].stack_min_min))
  /system/core/storaged/
storaged_diskstats.cpp 285 if (UNLIKELY(detect(&perf))) {
  /art/runtime/gc/collector/
semi_space.cc 456 if (UNLIKELY(mark_stack_->Size() >= mark_stack_->Capacity())) {
523 if (UNLIKELY(forward_address == nullptr)) {
578 if (UNLIKELY(forward_address == nullptr)) {
    [all...]
  /art/runtime/jit/
jit.cc 451 if (UNLIKELY(__builtin_frame_address(0) < thread->GetStackEnd())) {
574 if (UNLIKELY(thread->GetException() == Thread::GetDeoptimizationException())) {
721 if (UNLIKELY(runtime->UseJitCompilation() && runtime->GetJit()->JitAtFirstUse())) {
  /art/runtime/verifier/
reg_type.cc 720 if (UNLIKELY(join_class == nullptr)) {
787 if (UNLIKELY(common_elem == nullptr)) {
793 if (UNLIKELY(array_class == nullptr)) {
    [all...]
  /external/libchrome/base/trace_event/
trace_event.h 69 UNLIKELY(*INTERNAL_TRACE_EVENT_UID(category_group_enabled) & \
74 UNLIKELY(*INTERNAL_TRACE_EVENT_UID(category_group_enabled) & \
226 if (UNLIKELY(!category_group_enabled)) { \
411 // are by default mangled with the Process ID so that they are unlikely to
    [all...]
  /frameworks/native/libs/math/include/math/
TMatHelpers.h 37 # define UNLIKELY( exp ) (__builtin_expect( !!(exp), false ))
40 # define UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 ))
640 #undef UNLIKELY
  /art/dex2oat/linker/
oat_writer.cc     [all...]
  /external/valgrind/VEX/priv/
main_main.c     [all...]

Completed in 1045 milliseconds

1 2 3 4 5 6 78 91011>>