Searched refs:allocator (Results 151 - 167 of 167) sorted by relevance

1234567

/external/v8/src/
H A Dhydrogen.cc34 #include "lithium-allocator.h"
691 LAllocator allocator(values, this);
692 LChunkBuilder builder(info, this, &allocator);
696 if (!allocator.Allocate(chunk)) {
8004 void HTracer::TraceLiveRanges(const char* name, LAllocator* allocator) { argument
8008 const Vector<LiveRange*>* fixed_d = allocator->fixed_double_live_ranges();
8013 const Vector<LiveRange*>* fixed = allocator->fixed_live_ranges();
8018 const ZoneList<LiveRange*>* live_ranges = allocator->live_ranges();
8154 LAllocator* allocator) {
8158 allocator_ = allocator;
8151 Begin(const char* name, HGraph* graph, LChunk* chunk, LAllocator* allocator) argument
[all...]
H A Dspaces.cc297 // TODO(gc) make code_range part of memory allocator?
320 // TODO(gc) make code_range part of memory allocator?
1402 MemoryAllocator* allocator = heap()->isolate()->memory_allocator();
1403 if (!allocator->UncommitBlock(old_start, delta)) {
2018 // We don't want to give too large linear areas to the allocator while
2026 // Normally we give the rest of the node to the allocator as its new
H A Dmark-compact.cc4009 bool SlotsBuffer::AddTo(SlotsBufferAllocator* allocator,
4017 allocator->DeallocateChain(buffer_address);
4020 buffer = allocator->AllocateBuffer(buffer);
H A Dobjects.cc779 HeapStringAllocator allocator; local
780 StringStream accumulator(&allocator);
/external/stlport/stlport/stl/
H A D_list.h227 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
H A D_tree.h291 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
H A D_deque.h399 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
H A D_slist.h197 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
/external/stlport/stlport/stl/debug/
H A D_slist.h72 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
/external/webkit/Source/JavaScriptCore/assembler/
H A DARMAssembler.h723 void* executableCopy(ExecutablePool* allocator);
H A DARMv7Assembler.h2293 void* executableCopy(ExecutablePool* allocator) { return m_buffer.executableCopy(allocator); } argument
/external/v8/src/arm/
H A Dlithium-arm.h32 #include "lithium-allocator.h"
262 // Interface to the register allocator and iterators.
2254 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) argument
2264 allocator_(allocator),
2309 // instruction. This means that register allocator will not reuse it's
2312 // instruction start. Register allocator is free to assign the same register
/external/v8/src/ia32/
H A Dlithium-ia32.h32 #include "lithium-allocator.h"
258 // Interface to the register allocator and iterators.
2352 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) argument
2362 allocator_(allocator),
2407 // instruction. This means that register allocator will not reuse it's
2410 // instruction start. Register allocator is free to assign the same register
2467 // Marks a call for the register allocator. Assigns a pointer map to
/external/v8/src/mips/
H A Dlithium-mips.h32 #include "lithium-allocator.h"
261 // Interface to the register allocator and iterators.
2234 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) argument
2244 allocator_(allocator),
2289 // instruction. This means that register allocator will not reuse it's
2292 // instruction start. Register allocator is free to assign the same register
/external/v8/src/x64/
H A Dlithium-x64.h32 #include "lithium-allocator.h"
263 // Interface to the register allocator and iterators.
2216 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) argument
2226 allocator_(allocator),
2271 // instruction. This means that register allocator will not reuse it's
2274 // instruction start. Register allocator is free to assign the same register
2331 // Marks a call for the register allocator. Assigns a pointer map to
/external/v8/test/cctest/
H A Dtest-regexp.cc421 HeapStringAllocator allocator; local
422 StringStream accumulator(&allocator);
/external/chromium/chrome/browser/
H A Dbrowser_main.cc11 #include "base/allocator/allocator_shim.h"
1175 // allocator selection is not supported.
1178 base::allocator::SetupSubprocessAllocator();

Completed in 364 milliseconds

1234567