Home
last modified time | relevance | path

Searched refs:LIKELY (Results 1 – 25 of 44) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/cairo/
DRefPtrCairo.cpp33 if (LIKELY(ptr != 0)) in refIfNotNull()
39 if (LIKELY(ptr != 0)) in derefIfNotNull()
45 if (LIKELY(ptr != 0)) in refIfNotNull()
51 if (LIKELY(ptr != 0)) in derefIfNotNull()
57 if (LIKELY(ptr != 0)) in refIfNotNull()
63 if (LIKELY(ptr != 0)) in derefIfNotNull()
69 if (LIKELY(ptr != 0)) in refIfNotNull()
75 if (LIKELY(ptr != 0)) in derefIfNotNull()
81 if (LIKELY(ptr != 0)) in refIfNotNull()
87 if (LIKELY(ptr != 0)) in derefIfNotNull()
[all …]
/external/webkit/Source/JavaScriptCore/wtf/brew/
DRefPtrBrew.h35 if (LIKELY(ptr != 0)) in refIfNotNull()
41 if (LIKELY(ptr != 0)) in derefIfNotNull()
47 if (LIKELY(ptr != 0)) in refIfNotNull()
53 if (LIKELY(ptr != 0)) in derefIfNotNull()
/external/webkit/Source/JavaScriptCore/wtf/
DAlwaysInline.h51 #ifndef LIKELY
53 #define LIKELY(x) __builtin_expect((x), 1) macro
55 #define LIKELY(x) (x) macro
DBloomFilter.h87 if (LIKELY(first < maximumCount())) in add()
89 if (LIKELY(second < maximumCount())) in add()
101 if (LIKELY(first < maximumCount())) in remove()
103 if (LIKELY(second < maximumCount())) in remove()
DPassRefPtr.h52 if (LIKELY(ptr != 0)) in refIfNotNull()
58 if (LIKELY(ptr != 0)) in derefIfNotNull()
/external/valgrind/main/coregrind/
Dpub_core_libcassert.h50 ((void) (LIKELY(expr) ? 0 : \
57 ((void) (LIKELY(expr) ? 0 : \
/external/valgrind/main/include/
Dpub_tool_libcassert.h35 ((void) (LIKELY(expr) ? 0 : \
43 ((void) (LIKELY(expr) ? 0 : \
Dpub_tool_basics.h294 # define LIKELY(x) __builtin_expect(!!(x), 1) macro
297 # define LIKELY(x) (x) macro
Dpub_tool_libcbase.h132 if (LIKELY(0 == (((Addr)sz) & (Addr)(sizeof(UWord)-1))) in VG_()
133 && LIKELY(0 == (((Addr)s) & (Addr)(sizeof(UWord)-1)))) { in VG_()
/external/valgrind/main/VEX/priv/
Dmain_util.h46 #define LIKELY(x) __builtin_expect(!!(x), 1) macro
54 ((void) (LIKELY(expr) ? 0 : \
/external/webkit/Source/JavaScriptCore/runtime/
DArguments.cpp73 if (LIKELY(!d->deletedArguments)) { in copyToRegisters()
108 if (LIKELY(!d->deletedArguments)) { in fillArgList()
109 if (LIKELY(!d->numParameters)) { in fillArgList()
193 if (propertyName == exec->propertyNames().length && LIKELY(!d->overrodeLength)) { in getOwnPropertySlot()
198 if (propertyName == exec->propertyNames().callee && LIKELY(!d->overrodeCallee)) { in getOwnPropertySlot()
224 if (propertyName == exec->propertyNames().length && LIKELY(!d->overrodeLength)) { in getOwnPropertyDescriptor()
229 if (propertyName == exec->propertyNames().callee && LIKELY(!d->overrodeCallee)) { in getOwnPropertyDescriptor()
DOperations.h155 if (LIKELY(v.isString())) in jsString()
174 if (LIKELY(v.isString())) in jsString()
194 if (LIKELY(thisValue.isString())) in jsString()
200 if (LIKELY(v.isString())) in jsString()
210 if (LIKELY(thisValue.isString())) in jsString()
220 if (LIKELY(v.isString())) in jsString()
DStringConstructor.cpp44 if (LIKELY(exec->argumentCount() == 1)) in stringFromCharCode()
DRegExpObject.cpp154 if (LIKELY(jsLastIndex.isUInt32())) { in match()
/external/valgrind/main/memcheck/
Dmc_main.c526 if (LIKELY(auxmap_L1[0].base == a)) in maybe_find_in_auxmap()
528 if (LIKELY(auxmap_L1[1].base == a)) { in maybe_find_in_auxmap()
580 if (LIKELY(res)) in find_or_alloc_in_auxmap()
1053 if (LIKELY(ignoreRanges.used == 0)) in MC_()
1137 if (LIKELY(sizeof(void*) == 8 in mc_LOADVn_slow()
1142 if (LIKELY(vabits16 == VA_BITS16_DEFINED)) in mc_LOADVn_slow()
1144 if (LIKELY(vabits16 == VA_BITS16_UNDEFINED)) in mc_LOADVn_slow()
1148 if (LIKELY(sizeof(void*) == 8 in mc_LOADVn_slow()
1153 if (LIKELY(vabits8 == VA_BITS8_DEFINED)) in mc_LOADVn_slow()
1155 if (LIKELY(vabits8 == VA_BITS8_UNDEFINED)) in mc_LOADVn_slow()
[all …]
/external/webkit/Source/JavaScriptCore/parser/
DLexer.cpp267 if (LIKELY(m_code < m_codeEnd)) in setCode()
280 if (LIKELY(m_code < m_codeEnd)) in shift()
409 if (LIKELY(isIdentPart(m_current))) { in parseIdentifier()
413 if (LIKELY(m_current != '\\')) in parseIdentifier()
446 if (LIKELY(!bufferRequired && lexType == IdentifyReservedWords)) { in parseIdentifier()
736 if (LIKELY(isASCII(m_current))) in lex()
1004 if (LIKELY(token != NUMBER)) { in lex()
DLexer.h78 if (LIKELY(m_code < m_codeEnd)) in setOffset()
/external/webkit/Source/WebCore/bindings/v8/
DV8Binding.h222 if (LIKELY(m_v8Object->IsString())) in prepareBase()
225 if (LIKELY(m_v8Object->IsInt32())) { in prepareBase()
266 if (LIKELY(!m_v8Object.IsEmpty())) in toString()
DV8DOMMap.cpp54 if (LIKELY(fasterDOMStoreAccess)) { in getDOMDataStore()
DV8DOMWrapper.h131 if (LIKELY(!IsolatedWorld::count())) { in getWrapper()
/external/webkit/Source/JavaScriptCore/dfg/
DDFGOperations.cpp52 if (LIKELY(result32 == result64)) in operationValueAdd()
70 if (LIKELY(baseValue.isCell())) { in operationGetByVal()
120 if (LIKELY(property.isUInt32())) { in operationPutByValInternal()
/external/valgrind/main/helgrind/
Dlibhb_core.c691 if (LIKELY(gaKey == smCache[0].gaKey)) in shmem__find_SecMap()
693 if (LIKELY(gaKey == smCache[1].gaKey)) { in shmem__find_SecMap()
723 if (LIKELY(sm)) { in shmem__find_or_alloc_SecMap()
1377 if (LIKELY(i == N_LINE_ARANGE)) { in cacheline_wback()
1527 if (LIKELY(tag == cache_shmem.tags0[wix])) { in get_cacheline()
2347 if (LIKELY(useda == usedb)) { in VTS__cmp_structural()
2355 if (LIKELY(tmpa->tym == tmpb->tym in VTS__cmp_structural()
3245 return LIKELY(vi1 == vi2) ? True : VtsID__cmpLEQ_WRK(vi1, vi2); in VtsID__cmpLEQ()
3277 return LIKELY(vi1 == vi2) ? vi1 : VtsID__join2_WRK(vi1, vi2); in VtsID__join2()
3363 if (LIKELY( fi->tags[lineno] == atag )) { in Filter__clear_1byte()
[all …]
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp331 if (LIKELY(argc == newCodeBlock->m_numParameters)) { // correct number of arguments in slideRegisterWindowForCall()
1806 if (LIKELY(srcVal.isNumber())) in privateExecute()
2517 if (LIKELY(baseValue.isCell())) { in privateExecute()
2521 if (LIKELY(baseCell->structure() == structure)) { in privateExecute()
2548 if (LIKELY(baseValue.isCell())) { in privateExecute()
2552 if (LIKELY(baseCell->structure() == structure)) { in privateExecute()
2557 if (LIKELY(protoObject->structure() == prototypeStructure)) { in privateExecute()
2587 if (LIKELY(baseValue.isCell())) { in privateExecute()
2591 if (LIKELY(baseCell->structure() == structure)) { in privateExecute()
2596 if (LIKELY(protoObject->structure() == prototypeStructure)) { in privateExecute()
[all …]
/external/valgrind/tsan/
Dts_util.h229 #define LIKELY(x) __builtin_expect(!!(x), 1) macro
246 #define LIKELY(x) (x) macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h55 # define LIKELY(x) __builtin_expect(!!(x), 1) macro

12