| /external/v8/src/heap/ |
| D | spaces-inl.h | 382 HeapObject* PagedSpace::AllocateLinearly(int size_in_bytes) { in AllocateLinearly() 393 int size_in_bytes, AllocationAlignment alignment) { in AllocateRawAligned() 410 HeapObject* PagedSpace::AllocateLinearlyAligned(int* size_in_bytes, in AllocateLinearlyAligned() 431 int size_in_bytes, UpdateSkipList update_skip_list) { in AllocateRawUnaligned() 460 int size_in_bytes) { in AllocateRawUnalignedSynchronized() 467 AllocationResult PagedSpace::AllocateRawAligned(int size_in_bytes, in AllocateRawAligned() 500 AllocationResult PagedSpace::AllocateRaw(int size_in_bytes, in AllocateRaw() 522 AllocationResult NewSpace::AllocateRawAligned(int size_in_bytes, in AllocateRawAligned() 553 AllocationResult NewSpace::AllocateRawUnaligned(int size_in_bytes) { in AllocateRawUnaligned() 574 AllocationResult NewSpace::AllocateRaw(int size_in_bytes, in AllocateRaw() [all …]
|
| D | spaces.cc | 1687 void NewSpace::UpdateInlineAllocationLimit(int size_in_bytes) { in AllocateChunk() 1735 bool NewSpace::EnsureAllocation(int size_in_bytes, in AllocateChunk() 2405 bool FreeListCategory::Free(FreeSpace* free_space, size_t size_in_bytes, in AllocateChunk() 2460 size_t FreeList::Free(Address start, size_t size_in_bytes, FreeMode mode) { in AllocateChunk() 2537 FreeSpace* FreeList::FindNodeFor(size_t size_in_bytes, size_t* node_size) { in AllocateChunk() 2574 HeapObject* FreeList::Allocate(size_t size_in_bytes) { in AllocateChunk() 2810 HeapObject* PagedSpace::SweepAndRetryAllocation(int size_in_bytes) { in AllocateChunk() 2824 HeapObject* CompactionSpace::SweepAndRetryAllocation(int size_in_bytes) { in AllocateChunk() 2833 HeapObject* PagedSpace::SlowAllocateRaw(int size_in_bytes) { in AllocateChunk()
|
| D | heap-inl.h | 296 AllocationResult Heap::AllocateRaw(int size_in_bytes, AllocationSpace space, in AllocateRaw() 355 void Heap::OnAllocationEvent(HeapObject* object, int size_in_bytes) { in OnAllocationEvent() 384 int size_in_bytes) { in OnMoveEvent()
|
| D | spaces.h | 1789 FreeListCategoryType SelectFreeListCategoryType(size_t size_in_bytes) { in SelectFreeListCategoryType() 1806 size_t size_in_bytes) { in SelectFastAllocationFreeListCategoryType() 2007 size_t Free(Address start, size_t size_in_bytes) { in Free() 2014 size_t UnaccountedFree(Address start, size_t size_in_bytes) { in UnaccountedFree()
|
| D | mark-compact.cc | 1773 inline AllocationResult AllocateInNewSpace(int size_in_bytes, in AllocateInNewSpace() 1792 inline AllocationResult AllocateInOldSpace(int size_in_bytes, in AllocateInOldSpace() 1804 inline AllocationResult AllocateInLab(int size_in_bytes, in AllocateInLab()
|
| /external/stressapptest/src/ |
| D | adler32memcpy.cc | 86 bool CalculateAdlerChecksum(uint64 *data64, unsigned int size_in_bytes, in CalculateAdlerChecksum() 125 unsigned int size_in_bytes, AdlerChecksum *checksum) { in AdlerMemcpyC() 166 unsigned int size_in_bytes, AdlerChecksum *checksum) { in AdlerMemcpyWarmC() 227 unsigned int size_in_bytes, AdlerChecksum *checksum) { in AdlerMemcpyAsm()
|
| D | worker.cc | 1012 unsigned int size_in_bytes, in AdlerAddrMemcpyC() 1083 unsigned int size_in_bytes, in AdlerAddrMemcpyWarm() 1111 unsigned int size_in_bytes) { in TagAddrC() 1127 unsigned int size_in_bytes, in AdlerAddrCrcC()
|
| D | os.cc | 257 unsigned int size_in_bytes, in AdlerMemcpyWarm()
|
| /external/webrtc/webrtc/modules/desktop_capture/mac/ |
| D | scoped_pixel_buffer_object.cc | 27 int size_in_bytes) { in Init()
|
| /external/libhevc/decoder/ |
| D | ihevcd_debug.h | 131 #define DUMP_QP(pu1_qp, size_in_bytes) ihevcd_debug_dump_qp(pu1_qp, size_in_bytes) argument 132 #define DUMP_QP_CONST_IN_CTB(pu1_qp_const_in_ctb, size_in_bytes) ihevcs_dump_qp_const_in_ctb(pu1_qp… argument 133 #define DUMP_NO_LOOP_FILTER(pu1_pic_no_loop_filter, size_in_bytes) ihevcd_debug_dump_no_loop_filter… argument 140 #define DUMP_QP(pu1_qp, size_in_bytes) argument 141 #define DUMP_QP_CONST_IN_CTB(pu1_qp_const_in_ctb, size_in_bytes) argument 142 #define DUMP_NO_LOOP_FILTER(pu1_pic_no_loop_filter, size_in_bytes) argument
|
| /external/webrtc/webrtc/modules/audio_device/ |
| D | fine_audio_buffer.cc | 115 size_t size_in_bytes, in DeliverRecordedData()
|
| /external/libchrome/base/trace_event/ |
| D | process_memory_maps.h | 34 uint64_t size_in_bytes; member
|
| /external/v8/src/crankshaft/ |
| D | hydrogen-escape-analysis.cc | 50 int size_in_bytes = allocate->size()->GetInteger32Constant(); in CollectCapturedValues() local 300 int size_in_bytes = allocate->size()->GetInteger32Constant(); in PerformScalarReplacement() local
|
| D | hydrogen.cc | 2630 HConstant* size_in_bytes = Add<HConstant>(base_size); in AllocateJSArrayObject() local 2648 HValue* size_in_bytes) { in BuildAllocateElements() 2677 HValue* size_in_bytes = BuildCalculateElementsSize(kind, capacity); in BuildAllocateAndInitializeArray() local 9736 HValue* size_in_bytes = Add<HConstant>(instance_size); in VisitCallNew() local
|
| /external/v8/src/snapshot/ |
| D | deserializer.cc | 762 int size_in_bytes = source_.GetInt(); in ReadData() local 832 int size_in_bytes = (data - kFixedRawDataStart) << kPointerSizeLog2; in ReadData() local
|
| /external/compiler-rt/lib/asan/ |
| D | asan_malloc_linux.cc | 38 static void *AllocateFromLocalPool(uptr size_in_bytes) { in AllocateFromLocalPool()
|
| /external/parameter-framework/asio-1.10.6/include/asio/ |
| D | buffer.hpp | 644 inline mutable_buffers_1 buffer(void* data, std::size_t size_in_bytes) in buffer() 654 std::size_t size_in_bytes) in buffer()
|
| /external/llvm/include/llvm/ADT/ |
| D | SmallVector.h | 48 size_t size_in_bytes() const { in size_in_bytes() function
|
| /external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
| D | SmallVector.h | 87 size_t size_in_bytes() const { in size_in_bytes() function
|
| /external/google-breakpad/src/processor/ |
| D | minidump.cc | 211 static inline void Swap(uint16_t* data, size_t size_in_bytes) { in Swap()
|
| /external/v8/src/ |
| D | code-stub-assembler.cc | 723 Node* CodeStubAssembler::AllocateRawUnaligned(Node* size_in_bytes, in AllocateRawUnaligned() 769 Node* CodeStubAssembler::AllocateRawAligned(Node* size_in_bytes, in AllocateRawAligned() 823 Node* CodeStubAssembler::Allocate(Node* size_in_bytes, AllocationFlags flags) { in Allocate() 844 Node* CodeStubAssembler::Allocate(int size_in_bytes, AllocationFlags flags) { in Allocate() 1875 Node* size_in_bytes) { in AllocateUninitializedJSArray()
|
| /external/mesa3d/src/gallium/drivers/r300/ |
| D | r300_context.h | 362 unsigned size_in_bytes; member
|
| /external/vixl/src/aarch64/ |
| D | simulator-aarch64.cc | 628 int size_in_bytes) { in PrintRegisterRawHelper()
|
| /external/v8/src/compiler/ |
| D | wasm-compiler.cc | 1097 size_t size_in_bytes) { in ReverseBytesSupported()
|
| /external/clang/lib/CodeGen/ |
| D | CGObjCMac.cpp | 2465 CharUnits size_in_bytes = in getBitmapBlockLayout() local
|