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

1 2 3 4 5 67 8 91011>>

  /art/compiler/jni/quick/
jni_compiler.cc 139 if (UNLIKELY(is_fast_native)) {
144 if (UNLIKELY(is_critical_native)) {
151 if (UNLIKELY(is_fast_native && is_critical_native)) {
160 if (UNLIKELY(is_critical_native)) {
    [all...]
  /art/dexlayout/
dex_writer.h 158 while (UNLIKELY(end > data_size_)) {
  /art/libartbase/base/
time_utils.cc 209 if (UNLIKELY(end_sec >= int32_max)) {
utils.h 241 if (UNLIKELY(rc != 0)) {
  /art/libdexfile/dex/
compact_dex_file.h 197 if (UNLIKELY(HasAnyPreHeader(insns_count_and_flags_))) {
dex_instruction.h 222 if (UNLIKELY(result < 0)) {
232 return UNLIKELY(result < 0) ? CodeUnitsRequiredForSizeOfComplexOpcode() : 1;
  /art/runtime/entrypoints/quick/
quick_dexcache_entrypoints.cc 44 if (UNLIKELY(!oat_file->IsExecutable())) {
  /art/runtime/gc/allocator/
rosalloc.h 523 if (UNLIKELY(size == 1 * KB)) {
525 } else if (UNLIKELY(size == 2 * KB)) {
553 } else if (UNLIKELY(size <= 1 * KB)) {
    [all...]
  /art/runtime/gc/
reference_queue.cc 180 if (UNLIKELY(IsEmpty())) {
  /art/runtime/
gc_root.h 269 if (UNLIKELY(buffer_pos_ >= kBufferSize)) {
memory_region.h 137 if (UNLIKELY(length == 0)) {
monitor.cc 182 if (locking_method_ != nullptr && UNLIKELY(locking_method_->IsProxyMethod())) {
310 if (UNLIKELY(VLOG_IS_ON(systrace_lock_logging) && ATRACE_ENABLED())) {
344 if (UNLIKELY(VLOG_IS_ON(systrace_lock_logging))) {
    [all...]
  /art/runtime/native/
java_lang_reflect_Field.cc 130 if (UNLIKELY(!declaring_class->IsInitialized())) {
135 if (UNLIKELY(!class_linker->EnsureInitialized(soa.Self(), h_klass, true, true))) {
199 if (UNLIKELY(!GetFieldValue<false>(o, f, kPrimitiveType, &field_value))) {
374 if (UNLIKELY(field_type == Primitive::kPrimNot)) {
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Stream.cpp 696 if (UNLIKELY(frame->bufs[0]->buf_type ==
781 if (UNLIKELY(mBatchSize)) {
823 /* if (UNLIKELY(mBatchSize)) {
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
server.h 131 do { if (UNLIKELY(VG_(debugLog_getLevel)() >= level)) \
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3Stream.cpp 703 if (UNLIKELY(frame->bufs[0]->buf_type ==
807 if (UNLIKELY(mBatchSize)) {
849 /* if (UNLIKELY(mBatchSize)) {
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_vsync.cpp 169 if (UNLIKELY(len < 0)) {
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_vsync.cpp 157 if (UNLIKELY(len < 0)) {
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_vsync.cpp 173 if (UNLIKELY(len < 0)) {
  /art/runtime/jit/
jit_code_cache.cc 319 if (UNLIKELY(method->IsNative())) {
822 if (UNLIKELY(method->IsNative())) {
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 449 } else if (UNLIKELY(isYuvBuffer(hnd))) {
710 if(UNLIKELY(swapzero))
716 if(UNLIKELY(swapzero))
749 if(UNLIKELY(swapzero)) {
772 if(UNLIKELY(swapzero))
    [all...]
  /external/python/cpython3/Objects/
obmalloc.c 515 # define UNLIKELY(value) __builtin_expect((value), 0)
517 # define UNLIKELY(value) (value)
    [all...]
  /art/compiler/linker/arm/
relative_patcher_arm_base.cc 207 if (aligned_code_delta != 0u && UNLIKELY(!WriteCodeAlignment(out, aligned_code_delta))) {
210 if (UNLIKELY(!WriteThunk(out, pending_thunks_.front()->GetCode()))) {
  /art/openjdkjvmti/
events-inl.h 36 if (UNLIKELY(e == JVMTI_EVENT_CLASS_FILE_LOAD_HOOK)) {
564 if (UNLIKELY(NeedsEventUpdate(env, caps, added))) {
  /art/runtime/gc/collector/
mark_compact.cc 263 if (UNLIKELY(mark_stack_->Size() >= mark_stack_->Capacity())) {
513 if (UNLIKELY(objects_with_lockword_->Test(obj))) {

Completed in 822 milliseconds

1 2 3 4 5 67 8 91011>>