Searched refs:Available (Results 1 – 20 of 20) sorted by relevance
/external/webkit/V8Binding/v8/test/cctest/ |
D | test-alloc.cc | 45 while (new_space->Available() > kNewSpaceFillerSize) { in AllocateAfterFailures() 62 while (old_data_space->Available() > kOldDataSpaceFillerSize) { in AllocateAfterFailures() 78 while (map_space->Available() > kMapSpaceFillerSize) { in AllocateAfterFailures()
|
D | test-spaces.cc | 170 while (new_space.Available() >= Page::kMaxHeapObjectSize) { in TEST() 198 while (s->Available() > 0) { in TEST() 232 int available = lo->Available(); in TEST() 236 CHECK(lo->Available() < available); in TEST()
|
/external/webkit/V8Binding/v8/src/ |
D | spaces.h | 404 static int Available() { return capacity_ < size_ ? 0 : capacity_ - size_; } in Available() function 411 return (Available() / Page::kPageSize) * Page::kObjectAreaSize; in MaxAvailable() 701 int Available() { return available_; } in Available() function 796 int Available() { return accounting_stats_.Available(); } in Available() function 1191 int Available() { return Capacity() - Size(); } in Available() function 1778 int Available() { in Available() function 1779 return LargeObjectChunk::ObjectSizeFor(MemoryAllocator::Available()); in Available()
|
D | heap.cc | 126 int Heap::Available() { in Available() function in v8::internal::Heap 129 return new_space_.Available() + in Available() 130 old_pointer_space_->Available() + in Available() 131 old_data_space_->Available() + in Available() 132 code_space_->Available() + in Available() 133 map_space_->Available() + in Available() 134 cell_space_->Available(); in Available() 221 MemoryAllocator::Size(), MemoryAllocator::Available()); in PrintShortHeapStatistics() 223 Heap::new_space_.Size(), new_space_.Available()); in PrintShortHeapStatistics() 225 old_pointer_space_->Size(), old_pointer_space_->Available()); in PrintShortHeapStatistics() [all …]
|
D | spaces.cc | 1348 float pct = static_cast<float>(Available()) / Capacity(); in ReportStatistics() 1350 Capacity(), Available(), static_cast<int>(pct*100)); in ReportStatistics() 1643 ASSERT(Available() == Capacity()); in PrepareForMarkCompact() 1888 int pct = Available() * 100 / Capacity(); in ReportStatistics() 1890 Capacity(), Waste(), Available(), pct); in ReportStatistics() 2057 ASSERT(Available() == Capacity()); in PrepareForMarkCompact() 2156 int pct = Available() * 100 / Capacity(); in ReportStatistics() 2158 Capacity(), Waste(), Available(), pct); in ReportStatistics()
|
D | heap.h | 266 static int Available();
|
/external/srec/config/en.us/ |
D | baseline.par | 115 G2P.Available = YES
|
D | baseline8k.par | 124 G2P.Available = YES
|
D | baseline11k.par | 122 G2P.Available = YES
|
/external/opencore/ |
D | NOTICE | 250 Available from http://www.3gpp.org 263 Available from http://www.3gpp.org
|
/external/blktrace/ |
D | README | 48 Available actions are:
|
/external/e2fsprogs/ |
D | ABOUT-NLS | 170 Available Packages
|
/external/elfutils/ |
D | ABOUT-NLS | 133 Available Packages
|
/external/bison/ |
D | ABOUT-NLS | 170 Available Packages
|
/external/qemu/ |
D | qemu-options.hx | 108 Available types are: ide, scsi, sd, mtd, floppy, pflash, virtio. 1115 Available character devices are:
|
/external/openssl/crypto/objects/ |
D | objects.txt | 719 id-ce 56 : noRevAvail : X509v3 No Revocation Available
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/texinfo/ |
D | flex.info | 131 Values Available To The User
|
D | flex.texi | 208 @item Values Available To The User
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/ |
D | flex.man | 54 Values Available To The User
|
/external/webkit/WebKit/gtk/ |
D | ChangeLog | 3696 Fix version comments for the web inspector added in r37982. Available
|