/external/v8/test/cctest/heap/ |
D | utils-inl.h | 66 static inline bool FillUpOnePage(v8::internal::NewSpace* space) { in FillUpOnePage() 77 static inline void AllocateAllButNBytes(v8::internal::NewSpace* space, in AllocateAllButNBytes() 89 static inline void FillCurrentPage(v8::internal::NewSpace* space) { in FillCurrentPage() 94 static inline void SimulateFullSpace(v8::internal::NewSpace* space) { in SimulateFullSpace() 102 static inline void SimulateFullSpace(v8::internal::PagedSpace* space) { in SimulateFullSpace()
|
/external/pdfium/core/src/fxcrt/ |
D | fx_xml_parser.cpp | 121 void CXML_Parser::GetName(CFX_ByteString& space, CFX_ByteString& name) { in GetName() 305 void CXML_Parser::GetTagName(CFX_ByteString& space, in GetTagName() 448 CFX_ByteString space, name; in ParseElement() local 622 CFX_ByteString& space, in GetAttrByIndex() 644 FX_BOOL CXML_Element::GetAttrValue(const CFX_ByteStringC& space, in GetAttrValue() 665 FX_BOOL CXML_Element::GetAttrInteger(const CFX_ByteStringC& space, in GetAttrInteger() 681 FX_BOOL CXML_Element::GetAttrFloat(const CFX_ByteStringC& space, in GetAttrFloat() 721 FX_DWORD CXML_Element::CountElements(const CFX_ByteStringC& space, in CountElements() 737 CXML_Element* CXML_Element::GetElement(const CFX_ByteStringC& space, in GetElement() 768 const CFX_WideString* CXML_AttrMap::Lookup(const CFX_ByteStringC& space, in Lookup() [all …]
|
/external/pdfium/core/include/fxcrt/ |
D | fx_xml.h | 91 CFX_WideString GetAttrValue(const CFX_ByteStringC& space, in GetAttrValue() 108 int GetAttrInteger(const CFX_ByteStringC& space, in GetAttrInteger() 125 FX_FLOAT GetAttrFloat(const CFX_ByteStringC& space, in GetAttrFloat() 142 CXML_Element* GetElement(const CFX_ByteStringC& space, in GetElement()
|
/external/valgrind/coregrind/m_demangle/ |
D | dyn-string.c | 72 dyn_string_init (struct dyn_string *ds_struct_ptr, int space) in dyn_string_init() 99 dyn_string_new (int space) in dyn_string_new() 152 dyn_string_resize (dyn_string_t ds, int space) in dyn_string_resize()
|
/external/v8/src/heap/ |
D | mark-compact.cc | 125 static void VerifyMarking(NewSpace* space) { in VerifyMarking() 141 static void VerifyMarking(PagedSpace* space) { in VerifyMarking() 196 static void VerifyEvacuation(NewSpace* space) { in VerifyEvacuation() 214 static void VerifyEvacuation(Heap* heap, PagedSpace* space) { in VerifyEvacuation() 277 static void TraceFragmentation(PagedSpace* space) { in TraceFragmentation() 338 static void VerifyValidSlotsBufferEntries(Heap* heap, PagedSpace* space) { in VerifyValidSlotsBufferEntries() 389 void MarkCompactCollector::VerifyMarkbitsAreClean(PagedSpace* space) { in VerifyMarkbitsAreClean() 400 void MarkCompactCollector::VerifyMarkbitsAreClean(NewSpace* space) { in VerifyMarkbitsAreClean() 448 static void ClearMarkbitsInPagedSpace(PagedSpace* space) { in ClearMarkbitsInPagedSpace() 457 static void ClearMarkbitsInNewSpace(NewSpace* space) { in ClearMarkbitsInNewSpace() [all …]
|
D | heap.cc | 248 for (Space* space = spaces.next(); space != NULL; space = spaces.next()) { in Available() local 261 GarbageCollector Heap::SelectGarbageCollector(AllocationSpace space, in SelectGarbageCollector() 476 for (Space* space = spaces.next(); space != NULL; space = spaces.next()) { in SizeOfObjects() local 504 for (PagedSpace* space = spaces.next(); space != NULL; in RepairFreeListsAfterDeserialization() local 720 #define UPDATE_COUNTERS_FOR_SPACE(space) \ in GarbageCollectionEpilogue() argument 727 #define UPDATE_FRAGMENTATION_FOR_SPACE(space) \ in GarbageCollectionEpilogue() argument 734 #define UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(space) \ in GarbageCollectionEpilogue() argument 1146 for (int space = NEW_SPACE; space < Serializer::kNumberOfSpaces; space++) { in ReserveSpace() local 2137 AllocationSpace space) { in AllocateFillerObject() 2451 AllocationSpace space = SelectSpace(pretenure); in AllocateHeapNumber() local [all …]
|
D | spaces-inl.h | 32 PageIterator::PageIterator(PagedSpace* space) in PageIterator() 77 NewSpacePageIterator::NewSpacePageIterator(NewSpace* space) in NewSpacePageIterator() 82 NewSpacePageIterator::NewSpacePageIterator(SemiSpace* space) in NewSpacePageIterator()
|
D | spaces.cc | 22 HeapObjectIterator::HeapObjectIterator(PagedSpace* space) { in HeapObjectIterator() 42 void HeapObjectIterator::Initialize(PagedSpace* space, Address cur, Address end, in Initialize() 691 ObjectSpace space = static_cast<ObjectSpace>(1 << owner->identity()); in AllocateChunk() local 733 ObjectSpace space = in AllocateChunk() local 807 void MemoryAllocator::PerformAllocationCallback(ObjectSpace space, in AllocateChunk() 830 MemoryAllocationCallback callback, ObjectSpace space, in AllocateChunk() 953 PagedSpace::PagedSpace(Heap* heap, AllocationSpace space, in AllocateChunk() 2045 SemiSpace* space = page->semi_space(); in AllocateChunk() local 2065 SemiSpaceIterator::SemiSpaceIterator(NewSpace* space) { in AllocateChunk() 3043 LargeObjectIterator::LargeObjectIterator(LargeObjectSpace* space) { in AllocateChunk() [all …]
|
/external/jetty/src/java/org/eclipse/jetty/io/nio/ |
D | DirectNIOBuffer.java | 174 int space = _buf.remaining(); in poke() local 216 int space=_buf.remaining(); in poke() local
|
/external/v8/src/ |
D | address-map.h | 82 static BackReference Reference(AllocationSpace space, uint32_t chunk_index, in Reference() 95 AllocationSpace space() const { in space() function
|
/external/v8/src/snapshot/ |
D | serialize.cc | 635 int space = code & kSpaceMask; in DeserializeDeferredObjects() local 686 HeapObject* Deserializer::PostProcessNewObject(HeapObject* obj, int space) { in PostProcessNewObject() 760 HeapObject* Deserializer::GetBackReferencedObject(int space) { in GetBackReferencedObject() 1022 #define SINGLE_CASE(where, how, within, space) \ in ReadData() argument 1125 int space = source_.Get(); in ReadData() local 1323 for (int space = 0; space < kNumberOfSpaces; space++) { in OutputStatistics() local 1327 for (int space = 0; space < kNumberOfPreallocatedSpaces; space++) { in OutputStatistics() local 1581 AllocationSpace space = reference.space(); in BackReferenceIsAlreadyAllocated() local 1643 AllocationSpace space = back_reference.space(); in SerializeKnownObject() local 1810 void Serializer::ObjectSerializer::SerializePrologue(AllocationSpace space, in SerializePrologue() [all …]
|
D | snapshot-common.cc | 37 uint32_t Snapshot::SizeOfFirstPage(Isolate* isolate, AllocationSpace space) { in SizeOfFirstPage() 120 for (int space = 0; space < i::Serializer::kNumberOfSpaces; space++) { in CalculateFirstPageSizes() local
|
/external/apache-harmony/support/src/test/resources/tests/resources/ |
D | hyts_PropertiesTest.properties | 26 space=\ c key
|
/external/e2fsprogs/lib/quota/ |
D | mkquota.c | 292 qsize_t space) in quota_data_add() 318 qsize_t space) in quota_data_sub() 370 qsize_t space; in quota_compute_usage() local
|
/external/toybox/toys/posix/ |
D | wc.c | 50 int i, len, clen=1, space; in do_wc() local
|
/external/valgrind/memcheck/tests/amd64/ |
D | insn-pcmpistri.c | 43 void *space; in test_strlen() local
|
/external/toybox/toys/other/ |
D | xxd.c | 41 int i, len, space; local
|
/external/jetty/src/java/org/eclipse/jetty/security/authentication/ |
D | BasicAuthenticator.java | 76 int space=credentials.indexOf(' '); in validateRequest() local
|
/external/skia/gm/ |
D | imagetoyuvplanes.cpp | 91 for (int space = kJPEG_SkYUVColorSpace; space <= kLastEnum_SkYUVColorSpace; ++space) { variable
|
/external/skia/src/core/ |
D | SkLinearBitmapPipeline.h | 50 char space[kSize]; member
|
D | SkPathRef.cpp | 361 size_t space = numVbs * sizeof(uint8_t) + pCnt * sizeof (SkPoint); in growForRepeatedVerb() local 432 size_t space = sizeof(uint8_t) + pCnt * sizeof (SkPoint); in growForVerb() local
|
/external/regex-re2/util/ |
D | stringprintf.cc | 11 char space[1024]; in StringAppendV() local
|
/external/ceres-solver/internal/ceres/ |
D | stringprintf.cc | 55 char space[1024]; in StringAppendV() local
|
D | residual_block_utils.cc | 87 string space = "Residuals: "; in EvaluationToString() local
|
/external/harfbuzz_ng/src/ |
D | hb-fallback-shape.cc | 108 hb_codepoint_t space; in _hb_fallback_shape() local
|