/external/v8/src/ |
circular-queue.cc | 61 RoundUp(1, kProcessorCacheLineSize) + 62 RoundUp(static_cast<int>(sizeof(ProducerPosition)), 64 RoundUp(static_cast<int>(sizeof(ConsumerPosition)), 69 RoundUp(positions_, kProcessorCacheLineSize));
|
zone.cc | 143 position_ = RoundUp(start, kAlignment); 188 Address result = RoundUp(segment->start(), kAlignment);
|
zone-inl.h | 54 size = RoundUp(size, kAlignment);
|
fixed-dtoa.cc | 192 static void RoundUp(Vector<char> buffer, int* length, int* decimal_point) { 265 RoundUp(buffer, length, decimal_point); 284 RoundUp(buffer, length, decimal_point);
|
spaces-inl.h | 471 Page* page = Page::FromAddress(RoundUp(address(), Page::kPageSize)); 478 Page::FromAddress(RoundUp(address(), Page::kPageSize))->heap_->isolate();
|
safepoint-table.cc | 169 RoundUp(bits_per_entry, kBitsPerByte) >> kBitsPerByteLog2;
|
spaces.cc | 239 *allocated = RoundUp(requested, Page::kPageSize); 310 capacity_ = RoundUp(capacity, Page::kPageSize); 311 capacity_executable_ = RoundUp(capacity_executable, Page::kPageSize); 492 - RoundUp(start, Page::kPageSize)) >> kPageSizeBits); 596 Address low = RoundUp(chunk_start, Page::kPageSize); 696 Address low = RoundUp(chunks_[chunk_id].address(), Page::kPageSize); 738 Address low = RoundUp(chunk.address(), Page::kPageSize); 764 Address page_addr = RoundUp(chunk_start, Page::kPageSize); 823 RoundUp(start, Page::kPageSize), [all...] |
platform-openbsd.cc | 152 const size_t msize = RoundUp(requested, getpagesize());
|
platform-cygwin.cc | 148 const size_t msize = RoundUp(requested, sysconf(_SC_PAGESIZE));
|
platform-freebsd.cc | 161 const size_t msize = RoundUp(requested, getpagesize());
|
platform-macos.cc | 149 const size_t msize = RoundUp(requested, getpagesize());
|
platform-solaris.cc | 168 const size_t msize = RoundUp(requested, getpagesize());
|
utils.h | 125 static inline T RoundUp(T x, int m) {
|
platform-linux.cc | 314 const size_t msize = RoundUp(requested, sysconf(_SC_PAGESIZE));
|
heap.cc | [all...] |
platform-win32.cc | 875 size_t msize = RoundUp(requested, static_cast<int>(GetPageSize())); [all...] |
serialize.cc | [all...] |
objects-inl.h | [all...] |
objects.h | [all...] |
objects.cc | [all...] |
/external/v8/test/cctest/ |
test-spaces.cc | 65 Address page_start = RoundUp(start, Page::kPageSize); 202 Address start = RoundUp(static_cast<Address>(chunk), 240 size_t size = RoundUp(start, 2 * heap->ReservedSemiSpaceSize()) - start;
|
test-serialize.cc | 606 i = RoundUp(i, Page::kPageSize); 624 i = RoundUp(i, Page::kPageSize); 642 i = RoundUp(i, Page::kPageSize);
|
/external/llvm/lib/Analysis/ |
ScalarEvolution.cpp | [all...] |