/external/v8/src/heap/ |
D | spaces-inl.h | 237 HeapObject* PagedSpace::AllocateLinearly(int size_in_bytes) { in AllocateLinearly() 248 AllocationResult PagedSpace::AllocateRaw(int size_in_bytes) { in AllocateRaw() 274 AllocationResult NewSpace::AllocateRaw(int size_in_bytes) { in AllocateRaw()
|
D | spaces.cc | 1323 void NewSpace::UpdateInlineAllocationLimit(int size_in_bytes) { in UpdateInlineAllocationLimit() 1374 AllocationResult NewSpace::SlowAllocateRaw(int size_in_bytes) { in SlowAllocateRaw() 1955 void FreeListNode::set_size(Heap* heap, int size_in_bytes) { in set_size() 2118 FreeListNode* FreeListCategory::PickNodeFromList(int size_in_bytes, in PickNodeFromList() 2130 void FreeListCategory::Free(FreeListNode* node, int size_in_bytes) { in Free() 2177 int FreeList::Free(Address start, int size_in_bytes) { in Free() 2211 FreeListNode* FreeList::FindNodeFor(int size_in_bytes, int* node_size) { in FindNodeFor() 2326 HeapObject* FreeList::Allocate(int size_in_bytes) { in Allocate() 2533 int size_in_bytes) { in WaitForSweeperThreadsAndRetryAllocation() 2547 HeapObject* PagedSpace::SlowAllocateRaw(int size_in_bytes) { in SlowAllocateRaw()
|
D | heap-inl.h | 166 AllocationResult Heap::AllocateRaw(int size_in_bytes, AllocationSpace space, in AllocateRaw() 224 void Heap::OnAllocationEvent(HeapObject* object, int size_in_bytes) { in OnAllocationEvent() 246 int size_in_bytes) { in OnMoveEvent()
|
D | spaces.h | 1346 void ExpandSpace(int size_in_bytes) { in ExpandSpace() 1358 void ShrinkSpace(int size_in_bytes) { in ShrinkSpace() 1365 void AllocateBytes(intptr_t size_in_bytes) { in AllocateBytes() 1371 void DeallocateBytes(intptr_t size_in_bytes) { in DeallocateBytes() 1377 void WasteBytes(int size_in_bytes) { in WasteBytes() 1766 int Free(Address start, int size_in_bytes) { in Free()
|
/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/v8/src/ |
D | hydrogen-escape-analysis.cc | 50 int size_in_bytes = allocate->size()->GetInteger32Constant(); in CollectCapturedValues() local 299 int size_in_bytes = allocate->size()->GetInteger32Constant(); in PerformScalarReplacement() local
|
D | code-stubs-hydrogen.cc | 435 HValue* size_in_bytes = Add<HConstant>(size); in BuildCodeStub() local
|
D | hydrogen.cc | 2587 HConstant* size_in_bytes = Add<HConstant>(base_size); in AllocateJSArrayObject() local 2605 HValue* size_in_bytes) { in BuildAllocateElements() 2635 HValue* size_in_bytes = BuildCalculateElementsSize(kind, capacity); in BuildAllocateElementsAndInitializeElementsHeader() local 9299 HValue* size_in_bytes = Add<HConstant>(instance_size); in VisitCallNew() local
|
D | objects.h | 4364 static int LengthFor(int size_in_bytes) { in LengthFor()
|
/external/webrtc/src/common_audio/vad/ |
D | webrtc_vad.c | 43 WebRtc_Word16 WebRtcVad_AssignSize(int *size_in_bytes) in WebRtcVad_AssignSize()
|
/external/llvm/include/llvm/ADT/ |
D | SmallVector.h | 48 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/mesa3d/src/gallium/drivers/r300/ |
D | r300_context.h | 362 unsigned size_in_bytes; member
|
/external/vixl/src/vixl/a64/ |
D | simulator-a64.cc | 523 int size_in_bytes) { in PrintRegisterRawHelper()
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 2328 CharUnits size_in_bytes = in getBitmapBlockLayout() local
|