Searched refs:allocate (Results 51 - 75 of 174) sorted by relevance

1234567

/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGJITCodeGenerator.cpp44 GPRReg gpr = allocate();
115 GPRReg gpr = allocate();
165 GPRReg tempGpr = allocate(); // FIXME: can we skip this allocation on the last use of the virtual register?
242 GPRReg gpr = allocate();
277 GPRReg result = allocate();
441 m_gpr = m_jit->allocate();
453 m_gpr = m_jit->allocate();
468 m_gpr = m_jit->allocate();
480 m_gpr = m_jit->allocate();
495 m_gpr = m_jit->allocate();
[all...]
H A DDFGScoreBoard.h69 VirtualRegister allocate() function in class:JSC::DFG::ScoreBoard
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSCell.h354 inline void* MarkedBlock::allocate() function in class:JSC::MarkedBlock
377 inline void* MarkedSpace::allocate(size_t bytes)
383 inline void* Heap::allocate(size_t bytes)
392 void* result = m_markedSpace.allocate(bytes);
402 return globalData->heap.allocate(size);
407 return exec->heap()->allocate(size);
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
H A DFileChannelTest.java287 ByteBuffer readBuffer = ByteBuffer.allocate(CONTENT_LENGTH);
346 ByteBuffer readBuffer = ByteBuffer.allocate(CONTENT_LENGTH);
447 ByteBuffer readBuffer = ByteBuffer.allocate(CONTENT_LENGTH);
517 ByteBuffer buf = ByteBuffer.allocate(8);
519 ByteBuffer[] bufs = { ByteBuffer.allocate(8) };
1098 ByteBuffer readBuffer = ByteBuffer.allocate(CAPACITY);
1135 ByteBuffer readBuffer = ByteBuffer.allocate(CAPACITY);
1153 ByteBuffer readBuffer = ByteBuffer.allocate(CAPACITY);
1165 ByteBuffer readBuffer = ByteBuffer.allocate(LIMITED_CAPACITY);
1178 ByteBuffer readBuffer = ByteBuffer.allocate(CONTENT_AS_BYTES_LENGT
[all...]
H A DSinkChannelTest.java86 ByteBuffer readBuf = ByteBuffer.allocate(BUFFER_SIZE);
127 ByteBuffer readBuf = ByteBuffer.allocate(THREAD_NUM * BUFFER_SIZE);
195 ByteBuffer readBuf = ByteBuffer.allocate(BUFFER_SIZE);
292 ByteBuffer readBuf = ByteBuffer.allocate(BUFFER_SIZE);
494 ByteBuffer[] buf = {ByteBuffer.allocate(10),null};
502 ByteBuffer target = ByteBuffer.allocate(10);
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
H A DMacSpiTest.java96 ByteBuffer byteBuf = ByteBuffer.allocate(10);
115 byteBuf = ByteBuffer.allocate(5);
/external/stlport/stlport/stl/
H A D_iostream_string.h63 _CharT* allocate(size_type __n, const void* __ptr = 0) { function in class:__iostring_allocator
65 return _Base::allocate(__n, __ptr);
/external/stlport/test/unit/
H A Dallocator_test.cpp43 char* buf = charAllocator.allocate(0);
62 //Lets try to allocate almost 4096 Go (on most of the platforms) of memory:
63 BigStructAllocType::pointer pbigStruct = bigStructAlloc.allocate(1024 * 1024 * 1024);
/external/valgrind/main/helgrind/tests/
H A Dtc15_laog_lockdel.stderr.exp16 Free 2 and re-allocate it. This gives it a new identity,
/external/webkit/Source/WebCore/bridge/
H A Dnpruntime.cpp116 if (aClass->allocate != NULL)
117 obj = aClass->allocate(npp, aClass);
/external/webkit/Source/WebCore/platform/text/cf/
H A DStringImplCF.cpp56 static void* allocate(CFIndex size, CFOptionFlags, void*) function in namespace:WTF::StringWrapperCFAllocator
85 underlyingString->deref(); // Balanced by call to ref in allocate above.
99 underlyingString->deref(); // Balanced by call to ref in allocate above.
122 CFAllocatorContext context = { 0, 0, retain, release, copyDescription, allocate, reallocate, deallocate, preferredSize };
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
H A Dp8.cpp94 void allocate(allocator<void>::const_pointer = 0);
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
H A DFlyweightMapStorage.java119 phoneNumberPrefixes = ByteBuffer.allocate(numOfEntries * prefixSizeInBytes);
133 descriptionIndexes = ByteBuffer.allocate(numOfEntries * descIndexSizeInBytes);
195 phoneNumberPrefixes = ByteBuffer.allocate(numOfEntries * prefixSizeInBytes);
198 descriptionIndexes = ByteBuffer.allocate(numOfEntries * descIndexSizeInBytes);
/external/webkit/Source/JavaScriptCore/jit/
H A DExecutableAllocator.cpp43 // To mitigate this limitation increase the pagesize to allocate
54 PageAllocation allocation = PageAllocation::allocate(size, OSAllocator::JSJITCodePages, EXECUTABLE_POOL_WRITABLE, true);
H A DExecutableAllocatorFixedVMPool.cpp106 size_t allocate(AllocationTableSizeClass& sizeClass) function in class:JSC::AllocationTableLeaf
189 size_t allocate(AllocationTableSizeClass& sizeClass) function in class:JSC::LazyAllocationTable
193 return m_ptr->allocate(sizeClass);
262 size_t allocate(AllocationTableSizeClass& sizeClass) function in class:JSC::AllocationTableDirectory
272 size_t location = m_suballocations[i].allocate(sizeClass);
431 size_t offset = m_pages.allocate(sizeClass);
/external/webkit/Source/JavaScriptCore/wtf/
H A DPageAllocation.h71 PageAllocation::allocate, and deallocated by calling deallocate on the
75 The allocate method is passed the size required (which must be a multiple of
99 static PageAllocation allocate(size_t size, OSAllocator::Usage usage = OSAllocator::UnknownUsage, bool writable = true, bool executable = false) function in class:WTF::PageAllocation
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
H A DCharBufferTest.java194 CharBuffer other = CharBuffer.allocate(buf.capacity());
559 CharBuffer other = CharBuffer.allocate(buf.capacity());
574 buf.put(CharBuffer.allocate(buf.capacity() + 1));
858 CharBuffer cb = CharBuffer.allocate(10);
884 CharBuffer cb = CharBuffer.allocate(1);
932 CharBuffer cb = CharBuffer.allocate(2);
939 CharBuffer cb = CharBuffer.allocate(10);
948 CharBuffer cb = CharBuffer.allocate(10);
958 CharBuffer cb = CharBuffer.allocate(10);
995 CharBuffer target = CharBuffer.allocate(1
[all...]
H A DReadOnlyDoubleBufferTest.java125 DoubleBuffer other = DoubleBuffer.allocate(1);
H A DReadOnlyFloatBufferTest.java126 FloatBuffer other = FloatBuffer.allocate(1);
/external/stlport/src/
H A Dallocators.cpp131 void* _STLP_CALL __malloc_alloc::allocate(size_t __n) function in class:__malloc_alloc
174 // 2. In all other cases, we allocate an object of size exactly
270 // if it is inconvenient to allocate the requested number.
361 /* We allocate memory in large chunks in order to avoid fragmenting */
531 /* We allocate memory in large chunks in order to avoid fragmenting */
569 // We were able to allocate at least one object and there is still enough
576 // We were not able to allocate enough for at least one object.
614 // Add node to list of available blocks and recursively allocate from it.
623 // We were not able to find something in a freelist, try to allocate a smaller amount.
667 // is currently trying to allocate
990 void *_Pthread_alloc_impl::allocate(size_t& __n) { function in class:_Pthread_alloc_impl
1034 void *_Pthread_alloc_impl::allocate(size_t& __n, __state_type* __a) { function in class:_Pthread_alloc_impl
1102 void * _STLP_CALL _Pthread_alloc::allocate(size_t& __n) function in class:_Pthread_alloc
1106 void * _STLP_CALL _Pthread_alloc::allocate(size_t& __n, __state_type* __a) function in class:_Pthread_alloc
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DReaderTest.java45 CharBuffer charBuffer = CharBuffer.allocate(0);
58 CharBuffer charBuffer = CharBuffer.allocate(CHARBUFFER_SIZE);
/external/chromium/base/
H A Dstack_container.h15 // from which to allocate memory and overflows onto the heap. This stack buffer
30 // the container will allocate a small array which will "use up" the stack
99 pointer allocate(size_type n, void* hint = 0) { function in class:StackAllocator
105 return std::allocator<T>::allocate(n, hint);
/external/webkit/Source/JavaScriptCore/heap/
H A DHeap.h76 void* allocate(size_t);
102 HandleSlot allocateGlobalHandle() { return m_handleHeap.allocate(); }
H A DMarkedSpace.cpp78 if (void* result = block->allocate())
85 return allocateBlock(sizeClass)->allocate();
H A DStrong.h68 setSlot(HandleHeap::heapFor(other.slot())->allocate());
77 setSlot(HandleHeap::heapFor(other.slot())->allocate());

Completed in 982 milliseconds

1234567