Searched refs:likely (Results 1 – 8 of 8) sorted by relevance
155 if (likely(cache)) { in GetCurrentContextCache()156 if (likely(cache->generation == generation)) in GetCurrentContextCache()178 if (likely(it.IsValid())) in CacheStringEntry()199 if (likely(it.IsValid())) in CacheThreadEntry()465 if (likely(payload)) { in WriteStringRecord()487 if (likely(payload)) { in WriteThreadRecord()513 if (likely(entry)) { in RegisterString()589 if (likely(context->AllocStringIndex(&index) && in trace_context_register_string_copy()630 if (likely(cache)) { in trace_context_register_current_thread()667 if (likely(context->AllocThreadIndex(&index) && in trace_context_register_thread()[all …]
643 if (likely(!context)) in trace_is_category_enabled()657 if (likely(count == 0u)) in trace_acquire_context()681 if (likely(!context)) in trace_acquire_context_for_category()710 if (likely((current_state & kSiteStateFlagsMask) != kSiteStateUnknown)) { in trace_acquire_context_for_category_cached_worker()729 if (likely(current_state & kSiteStateDisabled)) { in trace_acquire_context_for_category_cached()772 if (likely(count == 0u)) in trace_acquire_prolonged_context()784 if (likely(count == 0u)) in trace_acquire_prolonged_context()
130 if (likely(buffer_offset + num_bytes <= rolling_buffer_size_)) { in AllocRecord()234 if (likely(wrapped_count == current_wrapped_count)) { in SwitchRollingBuffer()284 if (likely(buffer_offset + num_bytes <= durable_buffer_size_)) { in AllocDurableRecord()
9 underlying kernel structures. For thread creation you likely want to
13 #define likely(x) __builtin_expect(!!(x), 1) macro
54 /// TODO(voydanoff) - descriptors will likely vary (different max packet sizes, etc)
87 /// A list of cursor configurations most likely to be accepted by the driver. Can
57 // A list of cursor configurations most likely to be accepted by the
Completed in 20 milliseconds