HomeSort by relevance Sort by last modified time
    Searched refs:Space (Results 1 - 16 of 16) sorted by null

  /external/webkit/WebCore/inspector/front-end/
KeyboardShortcut.js 50 Space: 32,
SidebarPane.js 128 if (isEnterKey(event) || event.keyCode === WebInspector.KeyboardShortcut.KeyCodes.Space)
  /external/v8/src/
spaces.h 41 // object space. The young generation is divided into two semispaces. A
43 // separated into a map space and an old object space. The map space contains
44 // all (and only) map objects, the rest of old objects go into the old space.
56 // There is a separate large object space for objects larger than
58 // collection. The large object space is paged and uses the same remembered
59 // set implementation. Pages in large object space may be larger than 8K.
208 // Use a state to mark whether remembered set space can be used for other
250 // If a page is not in the large object space, the first word
    [all...]
serialize.h 140 // It is very common to have a reference to the object at word 10 in space 2,
141 // the object at word 5 in space 2 and the object at word 28 in space 4. This
142 // only works for objects in the first page of a space.
182 // One variant per space.
184 // One per space (only code spaces in use).
194 // One per space, must be kSpaceMask aligned.
197 // One per space and common references. Must be kSpaceMask aligned.
199 // One per space, must be kSpaceMask aligned.
202 // One per space, must be kSpaceMask aligned
    [all...]
unicode.h 223 struct Space {
unicode.cc 428 // Space: point.category == 'Zs'
432 bool Space::Is(uchar c) {
    [all...]