HomeSort by relevance Sort by last modified time
    Searched defs:space (Results 126 - 143 of 143) sorted by null

1 2 3 4 56

  /external/v8/src/
spaces.h 43 // object space. The young generation is divided into two semispaces. A
45 // separated into a map space and an old object space. The map space contains
46 // all (and only) map objects, the rest of old objects go into the old space.
57 // There is a separate large object space for objects larger than
59 // collection. The large object space is paged. Pages in large object space
63 // references. Old space pages are divided into regions of Page::kRegionSize
65 // set if the region might contain pointers to new space. For details abou
701 ObjectSpace space; member in struct:v8::internal::MemoryAllocator::MemoryAllocationCallbackRegistration
    [all...]
heap.cc 242 GarbageCollector Heap::SelectGarbageCollector(AllocationSpace space) {
244 if (space != NEW_SPACE || FLAG_gc_global) {
262 // Is there enough space left in OLD to guarantee that a scavenge can
267 // allocator has not yet allocated from the OS and assigned to any space,
268 // and does not count available bytes already in the old space or code
269 // space. Undercounting is safe---we may get an unrequested full GC when
320 PrintF("New space, used: %8" V8_PTR_PREFIX "d"
330 PrintF("Old data space, used: %8" V8_PTR_PREFIX "d"
336 PrintF("Code space, used: %8" V8_PTR_PREFIX "d"
342 PrintF("Map space, used: %8" V8_PTR_PREFIX "d
1884 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE; local
2329 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE; local
2707 AllocationSpace space = local
2738 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE; local
2956 AllocationSpace space = local
3167 AllocationSpace space = local
3541 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE; local
3576 AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE; local
3682 AllocationSpace space = local
3834 AllocationSpace space = local
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c 374 static void space ( Int n ) function
390 space(d+0); VG_(printf)("Thread %p {\n", t);
392 space(d+3); VG_(printf)("admin %p\n", t->admin);
393 space(d+3); VG_(printf)("magic 0x%x\n", (UInt)t->magic);
395 space(d+3); VG_(printf)("locksetA %d\n", (Int)t->locksetA);
396 space(d+3); VG_(printf)("locksetW %d\n", (Int)t->locksetW);
397 space(d+0); VG_(printf)("}\n");
407 space(d); VG_(printf)("admin_threads (%d records) {\n", n);
410 space(n);
415 space(d); VG_(printf)("}\n")
    [all...]
  /ndk/build/core/
definitions.mk 42 # Macro : space
43 # Returns : a single space
44 # Usage : $(space)
46 space := $(empty) $(empty) macro
48 space4 := $(space)$(space)$(space)$(space)
743 $(call __ndk_info,LOCAL_MODULE definition in $(local-makefile) must not contain space)\
784 $$(call __ndk_info,$$(LOCAL_MAKEFILE):$$(LOCAL_MODULE): LOCAL_MODULE_FILENAME must not contain any space)
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 133 int space; member in struct:CvFileStorage
347 if( ptr > fs->buffer_start + fs->space )
357 if( fs->space != indent )
359 if( fs->space < indent )
360 memset( fs->buffer_start + fs->space, ' ', indent - fs->space );
361 fs->space = indent;
364 ptr = fs->buffer = fs->buffer_start + fs->space;
    [all...]
  /bionic/libc/kernel/common/sound/
asound.h 755 unsigned int space; member in struct:snd_ctl_elem_list
    [all...]
  /build/core/
definitions.mk 90 $(info $(space)$(space)$(word)) \
567 space := $(empty) $(empty) macro
570 $(subst $(space),:,$(strip $(1)))
585 $(word $(1),$(subst :,$(space),$(2)))
598 $(subst $(space)$(_cpSEP)$(space),$(_cpSEP),$(strip \
610 $(strip $(foreach w,$(1), $(eval _first := $(word 1,$(subst $(2),$(space),$(w))))\
    [all...]
  /external/kernel-headers/original/sound/
asound.h 713 unsigned char components[128]; /* card components / fine identification, delimited with one space (AC97 etc..) */
771 unsigned int space; \/* W: count of element IDs to get *\/ member in struct:snd_ctl_elem_list
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBlock.cpp 4753 const UChar space = ' '; local
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /external/v8/benchmarks/
earley-boyer.js 1089 "\040": "#\\space",
1131 "space": "\040",
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js 1083 "\040": "#\\space",
1125 "space": "\040",
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js 1083 "\040": "#\\space",
1125 "space": "\040",
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js 1083 "\040": "#\\space",
1125 "space": "\040",
    [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 1573 milliseconds

1 2 3 4 56