Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces-inl.h237 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()
Dspaces.cc1323 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()
Dheap-inl.h166 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()
Dspaces.h1346 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/
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/v8/src/
Dhydrogen-escape-analysis.cc50 int size_in_bytes = allocate->size()->GetInteger32Constant(); in CollectCapturedValues() local
299 int size_in_bytes = allocate->size()->GetInteger32Constant(); in PerformScalarReplacement() local
Dcode-stubs-hydrogen.cc435 HValue* size_in_bytes = Add<HConstant>(size); in BuildCodeStub() local
Dhydrogen.cc2587 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
Dobjects.h4364 static int LengthFor(int size_in_bytes) { in LengthFor()
/external/webrtc/src/common_audio/vad/
Dwebrtc_vad.c43 WebRtc_Word16 WebRtcVad_AssignSize(int *size_in_bytes) in WebRtcVad_AssignSize()
/external/llvm/include/llvm/ADT/
DSmallVector.h48 size_t size_in_bytes() const { in size_in_bytes() function
/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/vixl/src/vixl/a64/
Dsimulator-a64.cc523 int size_in_bytes) { in PrintRegisterRawHelper()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp2328 CharUnits size_in_bytes = in getBitmapBlockLayout() local