Home
last modified time | relevance | path

Searched refs:space_size (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/snapshot/
Dbuiltin-serializer-allocator.cc54 uint32_t space_size = (space == CODE_SPACE) ? allocated_bytes_ : 0; in OutputStatistics() local
55 PrintF("%16d", space_size); in OutputStatistics()
/external/icu/icu4c/source/i18n/
Ddouble-conversion-strtod.cpp149 char* buffer_copy_space, int space_size, in TrimAndCut() argument
155 (void) space_size; // Mark variable as used. in TrimAndCut()
156 ASSERT(space_size >= kMaxSignificantDecimalDigits); in TrimAndCut()
/external/e2fsprogs/lib/blkid/
Dprobe.h401 unsigned char space_size[8]; member
/external/v8/include/
Dv8.h6825 size_t space_size() { return space_size_; }