Home
last modified time | relevance | path

Searched defs:size_in_bytes (Results 1 – 22 of 22) sorted by relevance

/external/v8/src/heap/
Dspaces-inl.h314 HeapObject* PagedSpace::AllocateLinearly(int size_in_bytes) { in AllocateLinearly()
325 int size_in_bytes, AllocationAlignment alignment) { in AllocateRawAligned()
342 HeapObject* PagedSpace::AllocateLinearlyAligned(int* size_in_bytes, in AllocateLinearlyAligned()
362 AllocationResult PagedSpace::AllocateRawUnaligned(int size_in_bytes) { in AllocateRawUnaligned()
385 int size_in_bytes) { in AllocateRawUnalignedSynchronized()
392 AllocationResult PagedSpace::AllocateRawAligned(int size_in_bytes, in AllocateRawAligned()
425 AllocationResult PagedSpace::AllocateRaw(int size_in_bytes, in AllocateRaw()
441 AllocationResult NewSpace::AllocateRawAligned(int size_in_bytes, in AllocateRawAligned()
472 AllocationResult NewSpace::AllocateRawUnaligned(int size_in_bytes) { in AllocateRawUnaligned()
493 AllocationResult NewSpace::AllocateRaw(int size_in_bytes, in AllocateRaw()
[all …]
Dspaces.cc990 FreeSpace* PagedSpace::TryRemoveMemory(intptr_t size_in_bytes) { in AllocateChunk()
1544 void NewSpace::UpdateInlineAllocationLimit(int size_in_bytes) { in AllocateChunk()
1613 bool NewSpace::EnsureAllocation(int size_in_bytes, in AllocateChunk()
2360 FreeSpace* FreeListCategory::PickNodeFromList(int size_in_bytes, in AllocateChunk()
2372 FreeSpace* FreeListCategory::SearchForNodeInList(int size_in_bytes, in AllocateChunk()
2409 void FreeListCategory::Free(FreeSpace* free_space, int size_in_bytes) { in AllocateChunk()
2479 int FreeList::Free(Address start, int size_in_bytes) { in AllocateChunk()
2526 FreeSpace* FreeList::FindNodeFor(int size_in_bytes, int* node_size) { in AllocateChunk()
2616 HeapObject* FreeList::Allocate(int size_in_bytes) { in AllocateChunk()
2815 HeapObject* PagedSpace::SweepAndRetryAllocation(int size_in_bytes) { in AllocateChunk()
[all …]
Dheap-inl.h194 AllocationResult Heap::AllocateRaw(int size_in_bytes, AllocationSpace space, in AllocateRaw()
254 void Heap::OnAllocationEvent(HeapObject* object, int size_in_bytes) { in OnAllocationEvent()
283 int size_in_bytes) { in OnMoveEvent()
Dspaces.h1567 void ExpandSpace(int size_in_bytes) { in ExpandSpace()
1579 void ShrinkSpace(int size_in_bytes) { in ShrinkSpace()
1586 void AllocateBytes(intptr_t size_in_bytes) { in AllocateBytes()
1592 void DeallocateBytes(intptr_t size_in_bytes) { in DeallocateBytes()
1607 void DecreaseCapacity(intptr_t size_in_bytes) { in DecreaseCapacity()
1613 void IncreaseCapacity(intptr_t size_in_bytes) { capacity_ += size_in_bytes; } in IncreaseCapacity()
2058 int Free(Address start, int size_in_bytes) { in Free()
2984 void AddExternalMemory(Address start, int size_in_bytes) { in AddExternalMemory()
Dmark-compact.cc1662 inline AllocationResult AllocateInNewSpace(int size_in_bytes, in AllocateInNewSpace()
1681 inline AllocationResult AllocateInOldSpace(int size_in_bytes, in AllocateInOldSpace()
1692 inline AllocationResult AllocateInLab(int size_in_bytes, in AllocateInLab()
/external/webrtc/webrtc/modules/desktop_capture/mac/
Dscoped_pixel_buffer_object.cc27 int size_in_bytes) { in Init()
/external/libhevc/decoder/
Dihevcd_debug.h131 #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/
Dfine_audio_buffer.cc115 size_t size_in_bytes, in DeliverRecordedData()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/
Dutils.py34 def minimum_part_size(size_in_bytes, default_part_size=DEFAULT_PART_SIZE): argument
/external/v8/src/crankshaft/
Dhydrogen-escape-analysis.cc50 int size_in_bytes = allocate->size()->GetInteger32Constant(); in CollectCapturedValues() local
300 int size_in_bytes = allocate->size()->GetInteger32Constant(); in PerformScalarReplacement() local
Dhydrogen.cc2723 HConstant* size_in_bytes = Add<HConstant>(base_size); in AllocateJSArrayObject() local
2741 HValue* size_in_bytes) { in BuildAllocateElements()
2770 HValue* size_in_bytes = BuildCalculateElementsSize(kind, capacity); in BuildAllocateAndInitializeArray() local
9949 HValue* size_in_bytes = Add<HConstant>(instance_size); in VisitCallNew() local
/external/libchrome/base/trace_event/
Dprocess_memory_maps.h32 uint64_t size_in_bytes; member
/external/v8/test/cctest/heap/
Dtest-lab.cc16 static Address AllocateLabBackingStore(Heap* heap, intptr_t size_in_bytes) { in AllocateLabBackingStore()
43 intptr_t size_in_bytes, in AllocateFromLab()
/external/parameter-framework/asio-1.10.6/include/asio/
Dbuffer.hpp644 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/
DSmallVector.h48 size_t size_in_bytes() const { in size_in_bytes() function
/external/v8/src/snapshot/
Dserialize.cc1168 int size_in_bytes = source_.GetInt(); in ReadData() local
1237 int size_in_bytes = (data - kFixedRawDataStart) << kPointerSizeLog2; in ReadData() local
/external/google-breakpad/src/processor/
Dminidump.cc211 static inline void Swap(uint16_t* data, size_t size_in_bytes) { in Swap()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.h362 unsigned size_in_bytes; member
/external/v8/src/
Dcode-stubs-hydrogen.cc607 HValue* size_in_bytes = Add<HConstant>(size); in BuildCodeStub() local
Dobjects.h4323 static int LengthFor(int size_in_bytes) { in LengthFor()
/external/vixl/src/vixl/a64/
Dsimulator-a64.cc506 int size_in_bytes) { in PrintRegisterRawHelper()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp2458 CharUnits size_in_bytes = in getBitmapBlockLayout() local