HomeSort by relevance Sort by last modified time
    Searched refs:LIKELY (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/webkit/Source/JavaScriptCore/wtf/brew/
RefPtrBrew.h 35 if (LIKELY(ptr != 0))
41 if (LIKELY(ptr != 0))
47 if (LIKELY(ptr != 0))
53 if (LIKELY(ptr != 0))
  /external/webkit/Source/WebCore/platform/graphics/cairo/
RefPtrCairo.cpp 33 if (LIKELY(ptr != 0))
39 if (LIKELY(ptr != 0))
45 if (LIKELY(ptr != 0))
51 if (LIKELY(ptr != 0))
57 if (LIKELY(ptr != 0))
63 if (LIKELY(ptr != 0))
69 if (LIKELY(ptr != 0))
75 if (LIKELY(ptr != 0))
81 if (LIKELY(ptr != 0))
87 if (LIKELY(ptr != 0)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
AlwaysInline.h 51 #ifndef LIKELY
53 #define LIKELY(x) __builtin_expect((x), 1)
55 #define LIKELY(x) (x)
BloomFilter.h 87 if (LIKELY(first < maximumCount()))
89 if (LIKELY(second < maximumCount()))
101 if (LIKELY(first < maximumCount()))
103 if (LIKELY(second < maximumCount()))
  /external/valgrind/main/VEX/priv/
main_util.h 46 #define LIKELY(x) __builtin_expect(!!(x), 1)
54 ((void) (LIKELY(expr) ? 0 : \
  /external/valgrind/main/coregrind/
pub_core_libcassert.h 50 ((void) (LIKELY(expr) ? 0 : \
57 ((void) (LIKELY(expr) ? 0 : \
  /external/valgrind/main/include/
pub_tool_libcassert.h 35 ((void) (LIKELY(expr) ? 0 : \
43 ((void) (LIKELY(expr) ? 0 : \
pub_tool_basics.h 301 # define LIKELY(x) __builtin_expect(!!(x), 1)
304 # define LIKELY(x) (x)
pub_tool_libcbase.h 132 if (LIKELY(0 == (((Addr)sz) & (Addr)(sizeof(UWord)-1)))
133 && LIKELY(0 == (((Addr)s) & (Addr)(sizeof(UWord)-1)))) {
  /hardware/qcom/display/libhwcomposer/
hwc_fbupdate.h 25 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true ))
hwc_vsync.cpp 97 if (LIKELY(!ctx->vstate.fakevsync)) {
hwc.cpp 95 if (LIKELY(list && list->numHwLayers > 1)) {
143 if (LIKELY(list && list->numHwLayers > 1) &&
170 if (LIKELY(list && list->numHwLayers > 1) &&
357 if (LIKELY(list) && ctx->dpyAttr[dpy].isActive) {
403 if (LIKELY(list) && ctx->dpyAttr[dpy].isActive &&
  /external/webkit/Source/JavaScriptCore/runtime/
Arguments.cpp 73 if (LIKELY(!d->deletedArguments)) {
108 if (LIKELY(!d->deletedArguments)) {
109 if (LIKELY(!d->numParameters)) {
193 if (propertyName == exec->propertyNames().length && LIKELY(!d->overrodeLength)) {
198 if (propertyName == exec->propertyNames().callee && LIKELY(!d->overrodeCallee)) {
224 if (propertyName == exec->propertyNames().length && LIKELY(!d->overrodeLength)) {
229 if (propertyName == exec->propertyNames().callee && LIKELY(!d->overrodeCallee)) {
Operations.h 155 if (LIKELY(v.isString()))
174 if (LIKELY(v.isString()))
194 if (LIKELY(thisValue.isString()))
200 if (LIKELY(v.isString()))
210 if (LIKELY(thisValue.isString()))
220 if (LIKELY(v.isString()))
StringConstructor.cpp 44 if (LIKELY(exec->argumentCount() == 1))
RegExpObject.cpp 154 if (LIKELY(jsLastIndex.isUInt32())) {
  /dalvik/vm/
Common.h 55 #define LIKELY(exp) (__builtin_expect((exp) != 0, true))
  /external/webkit/Source/WebCore/bindings/v8/
V8Binding.h 222 if (LIKELY(m_v8Object->IsString()))
225 if (LIKELY(m_v8Object->IsInt32())) {
266 if (LIKELY(!m_v8Object.IsEmpty()))
V8DOMMap.cpp 54 if (LIKELY(fasterDOMStoreAccess)) {
  /external/webkit/Source/JavaScriptCore/dfg/
DFGOperations.cpp 52 if (LIKELY(result32 == result64))
70 if (LIKELY(baseValue.isCell())) {
120 if (LIKELY(property.isUInt32())) {
  /external/valgrind/main/memcheck/
mc_main.c 518 if (LIKELY(auxmap_L1[0].base == a))
520 if (LIKELY(auxmap_L1[1].base == a)) {
572 if (LIKELY(res))
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 125 # define LIKELY(x) (x)
139 # define LIKELY(x) __builtin_expect(!!(x), 1)
  /external/webkit/Source/JavaScriptCore/parser/
Lexer.cpp 267 if (LIKELY(m_code < m_codeEnd))
280 if (LIKELY(m_code < m_codeEnd))
409 if (LIKELY(isIdentPart(m_current))) {
413 if (LIKELY(m_current != '\\'))
446 if (LIKELY(!bufferRequired && lexType == IdentifyReservedWords)) {
736 if (LIKELY(isASCII(m_current)))
1004 if (LIKELY(token != NUMBER)) {
    [all...]
Lexer.h 78 if (LIKELY(m_code < m_codeEnd))
  /external/valgrind/main/helgrind/
libhb_core.c 165 are less likely to get confused with the various other kinds of
692 if (LIKELY(gaKey == smCache[0].gaKey))
694 if (LIKELY(gaKey == smCache[1].gaKey)) {
724 if (LIKELY(sm)) {
    [all...]

Completed in 517 milliseconds

1 2 3