Home
last modified time | relevance | path

Searched refs:unsplittable (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/main/coregrind/
Dm_mallocfree.c182 struct _Superblock* unsplittable; member
763 Bool unsplittable; in newSuperblock() local
782 unsplittable = True; in newSuperblock()
784 unsplittable = False; in newSuperblock()
789 if (unsplittable) in newSuperblock()
806 if (unsplittable) in newSuperblock()
822 sb->unsplittable = (unsplittable ? sb : NULL); in newSuperblock()
829 (unsplittable ? "unsplittable" : ""), in newSuperblock()
847 (sb->unsplittable ? "unsplittable" : ""), in reclaimSuperblock()
866 if (sb->unsplittable) in reclaimSuperblock()
[all …]
/external/llvm/test/Transforms/LCSSA/
Dindirectbr.ll6 ; (and btw these edges are unsplittable due to the indirectbr).
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2981203 …highestAncestorWithTextDecoration stops at the closest unsplittable element so that if text-decora…
81207 editing/style/textdecoration-outside-of-unsplittable-element.html
84480 …(WebCore::unsplittableElementForPosition): find the enclosing unsplittable element (editing root &…
DChangeLog-2010-05-242801 …Composited layers remain unsplittable and have a hacked offset still in order to be placed in the …
DChangeLog-2010-12-0652207 …Make sure that unsplittable objects like replaced elements propagate their pagination strut outwar…