Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:branches

1558         added benefit of removing some exception checking branches from immediate
3267 additional checks or branches.
3270 branches. Moved the maxArrayIndex handling out of this function.
12734 remove any branches in the common case (incrementing a number).
18300 as refcounting is not reliable for those. Reordered branches for a noticeable speed gain -
18780 To avoid any extra branches when managing an inline ScopeChainNode
22278 - cut down own PIC branches by using a pointer-to-member-data instead of a
22463 branches
23891 since it eliminates a few branches and adds KJS_FAST_CALL in a few
25991 eliminating a few NULL-check branches in the common execution case.
26976 do fewer branches and checks.
27186 and branches that negate (and in certain cases, regress) any advantage we might
27952 * pcre/pcre_compile.c: Removed all unused code branches,
29400 - Specialized lookup so it doesn't have to do so many extra branches and build so many extra
29599 Tweaked property maps to remove 2 branches. 2.5% speedup on SunSpider.
29935 and branches.
30098 code. This eliminates 2 branches, and facilitates more radical