Home
last modified time | relevance | path

Searched defs:Span (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/Platform/
DRegion.h57 struct Span { struct
58 Span(int y, size_t segmentIndex) in Span() function
75 typedef const Span* SpanIterator; argument
/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp1103 struct Span { struct
1104 PageID start; // Starting page number
1105 Length length; // Number of pages in span
1106 Span* next; // Used when in link list
1107 Span* prev; // Used when in link list
1108 void* objects; // Linked list of free objects
1109 unsigned int free : 1; // Is the span free
1111 unsigned int sample : 1; // Sampled object?
1113 unsigned int sizeclass : 8; // Size-class for small objects (or 0)
1114 unsigned int refcount : 11; // Number of non-free objects
[all …]
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp366 ConstantRange Span = in GatherConstantCompares() local