Home
last modified time | relevance | path

Searched defs:space (Results 1 – 25 of 165) sorted by relevance

1234567

/external/v8/test/cctest/heap/
Dutils-inl.h66 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/
Dfx_xml_parser.cpp121 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/
Dfx_xml.h91 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/
Ddyn-string.c72 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/
Dmark-compact.cc125 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 …]
Dheap.cc248 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 …]
Dspaces-inl.h32 PageIterator::PageIterator(PagedSpace* space) in PageIterator()
77 NewSpacePageIterator::NewSpacePageIterator(NewSpace* space) in NewSpacePageIterator()
82 NewSpacePageIterator::NewSpacePageIterator(SemiSpace* space) in NewSpacePageIterator()
Dspaces.cc22 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/
DDirectNIOBuffer.java174 int space = _buf.remaining(); in poke() local
216 int space=_buf.remaining(); in poke() local
/external/v8/src/
Daddress-map.h82 static BackReference Reference(AllocationSpace space, uint32_t chunk_index, in Reference()
95 AllocationSpace space() const { in space() function
/external/v8/src/snapshot/
Dserialize.cc635 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 …]
Dsnapshot-common.cc37 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/
Dhyts_PropertiesTest.properties26 space=\ c key
/external/e2fsprogs/lib/quota/
Dmkquota.c292 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/
Dwc.c50 int i, len, clen=1, space; in do_wc() local
/external/valgrind/memcheck/tests/amd64/
Dinsn-pcmpistri.c43 void *space; in test_strlen() local
/external/toybox/toys/other/
Dxxd.c41 int i, len, space; local
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
DBasicAuthenticator.java76 int space=credentials.indexOf(' '); in validateRequest() local
/external/skia/gm/
Dimagetoyuvplanes.cpp91 for (int space = kJPEG_SkYUVColorSpace; space <= kLastEnum_SkYUVColorSpace; ++space) { variable
/external/skia/src/core/
DSkLinearBitmapPipeline.h50 char space[kSize]; member
DSkPathRef.cpp361 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/
Dstringprintf.cc11 char space[1024]; in StringAppendV() local
/external/ceres-solver/internal/ceres/
Dstringprintf.cc55 char space[1024]; in StringAppendV() local
Dresidual_block_utils.cc87 string space = "Residuals: "; in EvaluationToString() local
/external/harfbuzz_ng/src/
Dhb-fallback-shape.cc108 hb_codepoint_t space; in _hb_fallback_shape() local

1234567