Searched refs:shrink (Results 1 - 25 of 74) sorted by relevance

123

/macosx-10.10.1/bmalloc-7600.1.17/bmalloc/
H A DFixedVector.h59 void shrink(T*);
60 void shrink(size_t);
62 void clear() { shrink(0ul); }
105 inline void FixedVector<T, Capacity>::shrink(size_t size)
112 inline void FixedVector<T, Capacity>::shrink(T* end)
114 shrink(end - begin());
H A DVector.h64 void shrink(size_t);
124 shrink(m_size - 1);
137 inline void Vector<T>::shrink(size_t size)
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DBlockStack.h44 void shrink(T*);
80 template <typename T> void BlockStack<T>::shrink(T* newEnd) function in class:WTF::BlockStack
H A DMetaAllocatorHandle.h83 WTF_EXPORT_PRIVATE void shrink(size_t newSizeInBytes);
H A DBumpPointerAllocator.h130 void shrink()
241 m_head->shrink();
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-w65.c117 w65_reloc16_estimate (abfd, input_section, reloc, shrink, link_info)
121 unsigned int shrink;
129 the size of the shrink - but we don't change reloc->address here,
133 /* reloc->address -= shrink; conceptual */
135 bfd_vma address = reloc->address - shrink;
141 shrink+=2;
155 shrink += 2;
181 shrink += 2;
195 gap = value - (dot - shrink);
205 shrink
[all...]
H A Dreloc16.c149 unsigned shrink = 0; local
181 of the "shrink" at each reloc in the section. This allows us to
213 in this section and attempt to shrink it. */
214 shrink = bfd_coff_reloc16_estimate (abfd, input_section, *parent,
219 if (shrink != shrinks[i])
223 shrinks[j] += shrink - shrinks[i];
229 shrink = shrinks[reloc_count];
234 input_section->size -= shrink;
H A Dbout.c1049 unsigned int shrink,
1059 gap = value - (dot - shrink);
1070 shrink += 4 ;
1071 perform_slip (abfd, 4, input_section, r->address-shrink + 4);
1074 return shrink;
1081 unsigned int shrink)
1098 new_end = ((dot - shrink + size) & ~size);
1103 shrink_delta = (old_end - new_end) - shrink;
1115 perform_slip (abfd, shrink_delta, input_section, r->address - shrink);
1116 shrink
1043 abs32code(bfd *abfd, asection *input_section, arelent *r, unsigned int shrink, struct bfd_link_info *link_info) argument
1075 aligncode(bfd *abfd, asection *input_section, arelent *r, unsigned int shrink) argument
1128 unsigned int shrink = 0 ; local
[all...]
H A Dcoff-h8300.c432 unsigned int shrink, struct bfd_link_info *link_info)
441 the size of the shrink - but we don't change reloc->address here,
444 bfd_vma address = reloc->address - shrink;
526 shrink += 4;
536 shrink += 2;
564 shrink += 2;
584 shrink += 2;
603 shrink += 4;
628 shrink += 2;
640 return shrink;
431 h8300_reloc16_estimate(bfd *abfd, asection *input_section, arelent *reloc, unsigned int shrink, struct bfd_link_info *link_info) argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DWeakSet.h55 void shrink();
115 inline void WeakSet::shrink() function in class:JSC::WeakSet
H A DHandleStack.h112 m_blockStack.shrink(lastFrame.m_end);
H A DMarkedSpace.cpp266 block->shrink();
274 void operator()(MarkedBlock* block) { block->shrink(); }
277 void MarkedSpace::shrink() function in class:JSC::MarkedSpace
H A DMarkedBlock.h132 void shrink();
272 inline void MarkedBlock::shrink() function in class:JSC::MarkedBlock
274 m_weakSet.shrink();
H A DGCThreadSharedData.cpp187 m_blocksToCopy.shrink(0);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/mac/
H A DWKDOMTextIterator.mm57 _upconvertedText.shrink(0);
/macosx-10.10.1/CPANInternal-159.1/JSON-XS-3.01/eg/
H A Dbench36 my $xs3 = JSON::XS->new->utf8->shrink;
/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DJSStackInlines.h60 inline void JSStack::shrink(Register* newTopOfStack) function in class:JSC::JSStack
H A DJSStack.h136 void shrink(Register* newTopOfStack);
/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DStringBuffer.h53 void shrink(unsigned newLength) function in class:WTF::StringBuffer
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebTextIterator.mm81 _private->_upconvertedText.shrink(0);
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DUnlinkedInstructionStream.cpp101 buffer.shrink(ptr - buffer.data());
/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DLinkBuffer.cpp152 shrink(writePtr + m_initialSize - readPtr);
209 void LinkBuffer::shrink(size_t newSize) function in class:JSC::LinkBuffer
214 m_executableMemory->shrink(m_size);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/uev/
H A Duevent.tcl78 log::debug [linsert [linsert $te 0 shrink!] end @ $pos]
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIRange.cpp558 IOPCIScalar shrink; local
668 shrink = IOPCIRangeListLastFree(head, 1024*1024);
669 printf("IOPCIRangeListLastFree 0x%llx\n", shrink);
751 shrink = IOPCIRangeListLastFree(head, 1024);
752 printf("IOPCIRangeListLastFree 0x%llx\n", shrink);
763 shrink = IOPCIRangeListCollapse(head, 1024*1024);
764 printf("Collapsed by 0x%llx\n", shrink);
812 shrink = IOPCIRangeListCollapse(head, 1024*1024);
813 printf("Collapsed by 0x%llx\n", shrink);
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DUint16WithFraction.h118 m_values.shrink(1);

Completed in 321 milliseconds

123