Searched defs:space (Results 151 - 175 of 180) sorted by relevance

12345678

/external/v8/src/
H A Dobjects-inl.h1040 Failure* Failure::RetryAfterGC(AllocationSpace space) { argument
1041 ASSERT((space & ~kSpaceTagMask) == 0);
1042 return Construct(RETRY_AFTER_GC, space);
4728 // No write barrier is needed since empty_fixed_array is not in new space.
4745 // It's a performance benefit to keep a frequently used array in new-space.
4748 // Expand will allocate a new backing store in new space even if the size
H A Dspaces.h45 // object space. The young generation is divided into two semispaces. A
47 // separated into a map space and an old object space. The map space contains
48 // all (and only) map objects, the rest of old objects go into the old space.
55 // There is a separate large object space for objects larger than
57 // collection. The large object space is paged. Pages in large object space
65 // object maps so if the page belongs to old pointer space or large object
66 // space i
330 set_owner(Space* space) argument
1061 MemoryAllocationCallbackRegistration(MemoryAllocationCallback callback, ObjectSpace space, AllocationAction action) argument
1067 ObjectSpace space; member in struct:v8::internal::MemoryAllocator::MemoryAllocationCallbackRegistration
[all...]
H A Dapi.cc3886 // because they may be longer than the remaining space in the
3895 // back and fix the UTF8 stream. Luckily we only need space for one
3896 // more byte, so there is always space.
5254 ObjectSpace space,
5259 callback, space, action);
5253 AddMemoryAllocationCallback(MemoryAllocationCallback callback, ObjectSpace space, AllocationAction action) argument
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-earley-boyer.js1083 "\040": "#\\space",
1125 "space": "\040",
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-earley-boyer.js1083 "\040": "#\\space",
1125 "space": "\040",
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-earley-boyer.js1083 "\040": "#\\space",
1125 "space": "\040",
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.cpp4571 // Add overhanging floats from the previous RenderBlock, but only if it has a float that intrudes into our space.
5614 // We're inside the column. Translate the x and y into our column coordinate space.
5646 // We're inside the column. Translate the x and y into our column coordinate space.
5768 // Now we're in the same coordinate space as the point. See if it is inside the rectangle.
5942 // Collapse away the trailing space at the end of a block.
5944 const UChar space = ' '; local
5946 float spaceWidth = font.width(RenderBlock::constructTextRun(t, font, &space, 1, t->style()));
5978 // If we are at the start of a line, we want to ignore all white-space.
5979 // Also strip spaces if we previously had text that ended in a trailing space.
6465 return curr->logicalTop() + result; // Translate to our coordinate space
[all...]
/external/chromium_org/v8/benchmarks/
H A Dearley-boyer.js1089 "\040": "#\\space",
1131 "space": "\040",
/external/chromium_org/v8/src/
H A Dapi.cc4873 // Need enough space to write everything but one character.
4948 // Only null terminate if all of the string was written and there's space.
6042 // We do not allow external strings in the old pointer space. Instead of
6093 // We do not allow external strings in the old pointer space. Instead of
6906 ObjectSpace space,
6911 callback, space, action);
6905 AddMemoryAllocationCallback(MemoryAllocationCallback callback, ObjectSpace space, AllocationAction action) argument
H A Dheap.cc276 GarbageCollector Heap::SelectGarbageCollector(AllocationSpace space, argument
279 if (space != NEW_SPACE) {
281 *reason = "GC in old space requested";
286 *reason = "GC in old space forced by flags";
305 // Is there enough space left in OLD to guarantee that a scavenge can
310 // allocator has not yet allocated from the OS and assigned to any space,
311 // and does not count available bytes already in the old space or code
312 // space. Undercounting is safe---we may get an unrequested full GC when
357 PrintPID("New space, used: %6" V8_PTR_PREFIX "d KB"
369 PrintPID("Old data space, use
629 CollectGarbage(AllocationSpace space, GarbageCollector collector, const char* gc_reason, const char* collector_reason) argument
773 AbortIncrementalMarkingAndCollectGarbage( Heap* heap, AllocationSpace space, const char* gc_reason = NULL) argument
2849 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE; local
3605 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE; local
4021 AllocationSpace space = local
4040 AllocationSpace space = local
4072 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE; local
4253 AllocateWithAllocationSite(Map* map, AllocationSpace space, Handle<AllocationSite> allocation_site) argument
4275 Allocate(Map* map, AllocationSpace space) argument
4344 AllocationSpace space = local
4513 AllocationSpace space = local
4548 AllocationSpace space = NEW_SPACE; local
5370 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE; local
5400 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE; local
5553 AllocationSpace space = local
5680 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE; local
5897 AllocationSpace space = local
6183 InSpace(HeapObject* value, AllocationSpace space) argument
6188 InSpace(Address addr, AllocationSpace space) argument
6466 OldSpace* space = old_pointer_space(); local
6494 MapSpace* space = map_space(); local
[all...]
H A Dobjects-inl.h1121 Failure* Failure::RetryAfterGC(AllocationSpace space) { argument
1122 ASSERT((space & ~kSpaceTagMask) == 0);
1123 return Construct(RETRY_AFTER_GC, space);
5949 // No write barrier is needed since empty_fixed_array is not in new space.
5966 // It's a performance benefit to keep a frequently used array in new-space.
5969 // Expand will allocate a new backing store in new space even if the size
/external/clang/include/clang/AST/
H A DType.h151 /// The maximum supported address space number.
314 void setAddressSpace(unsigned space) { argument
315 assert(space <= MaxAddressSpace);
317 | (((uint32_t) space) << AddressSpaceShift);
320 void addAddressSpace(unsigned space) { argument
321 assert(space);
322 setAddressSpace(space);
926 /// getAddressSpace - Return the address space of this type.
4725 /// getAddressSpace - Return the address space of this type.
/external/v8/benchmarks/
H A Dearley-boyer.js1089 "\040": "#\\space",
1131 "space": "\040",
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jar ... org.mortbay.io.Buffer view public int space () public java.lang.String toDetailString () char c int ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jar ... IOException void addSpace () throws java.io.IOException String space public final void HTMLDocument () throws org.apache.lucene ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libxml/src/
H A Dtestapi.c6487 char * pathss; /* a list of directories separated by a colon or a space. */
22685 int val; /* the xml:space value ("0": default, 1: "preserve") */
23850 int space; /* allow spaces in front and end of the string */ local
23857 space = gen_int(n_space, 1);
23859 ret_val = xmlValidateNCName((const xmlChar *)value, space);
23863 des_int(n_space, space, 1);
23893 int space; /* allow spaces in front and end of the string */ local
23900 space = gen_int(n_space, 1);
23902 ret_val = xmlValidateNMToken((const xmlChar *)value, space);
23906 des_int(n_space, space,
23936 int space; /* allow spaces in front and end of the string */ local
23979 int space; /* allow spaces in front and end of the string */ local
[all...]
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 1465 milliseconds

12345678