HomeSort by relevance Sort by last modified time
    Searched refs:memory_allocator (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/v8/test/cctest/
test-spaces.cc 74 // Initialized Page has heap pointer, normally set by memory_allocator.
155 MemoryAllocator* memory_allocator = new MemoryAllocator(isolate); local
156 CHECK(memory_allocator->SetUp(heap->MaxReserved(),
158 TestMemoryAllocatorScope test_allocator_scope(isolate, memory_allocator);
168 MemoryChunk* memory_chunk = memory_allocator->AllocateChunk(reserve_area_size,
196 memory_allocator->Free(memory_chunk);
197 memory_allocator->TearDown();
198 delete memory_allocator;
271 MemoryAllocator* memory_allocator = new MemoryAllocator(isolate); local
272 CHECK(memory_allocator->SetUp(heap->MaxReserved()
319 MemoryAllocator* memory_allocator = new MemoryAllocator(isolate); local
347 MemoryAllocator* memory_allocator = new MemoryAllocator(isolate); local
    [all...]
  /external/chromium_org/v8/src/
spaces.cc 222 if (!isolate_->memory_allocator()->CommitExecutableMemory(code_range_,
240 return isolate_->memory_allocator()->CommitMemory(start, length, EXECUTABLE);
527 if (!heap()->isolate()->memory_allocator()->CommitMemory(
539 heap_->isolate()->memory_allocator()->ZapBlock(start, length);
942 area_size_ = heap->isolate()->memory_allocator()->
971 heap()->isolate()->memory_allocator()->Free(iterator.next());
    [all...]
spaces-inl.h 313 return ObjectSizeFor(heap()->isolate()->memory_allocator()->Available());
heap.cc 199 return isolate()->memory_allocator()->SizeExecutable();
283 if (isolate_->memory_allocator()->MaxAvailable() <= new_space_.Size()) {
324 isolate_->memory_allocator()->Size() / KB,
325 isolate_->memory_allocator()->Available() / KB);
    [all...]
isolate.h 848 MemoryAllocator* memory_allocator() { function in class:v8::internal::Isolate
    [all...]
serialize.cc     [all...]
api.cc     [all...]
jsregexp.cc     [all...]
  /external/chromium_org/v8/src/extensions/
statistics-extension.cc 97 AddNumber(args.GetIsolate(), result, isolate->memory_allocator()->Size(),
  /external/chromium_org/courgette/
courgette_lib.target.darwin-arm64.mk 44 courgette/memory_allocator.cc \
courgette_lib.target.darwin-mips.mk 44 courgette/memory_allocator.cc \
courgette_lib.target.darwin-x86.mk 44 courgette/memory_allocator.cc \
courgette_lib.target.darwin-x86_64.mk 44 courgette/memory_allocator.cc \
courgette_lib.target.linux-arm64.mk 44 courgette/memory_allocator.cc \
courgette_lib.target.linux-mips.mk 44 courgette/memory_allocator.cc \
courgette_lib.target.linux-x86.mk 44 courgette/memory_allocator.cc \
courgette_lib.target.linux-x86_64.mk 44 courgette/memory_allocator.cc \
courgette_lib.target.darwin-arm.mk 44 courgette/memory_allocator.cc \
courgette_lib.target.linux-arm.mk 44 courgette/memory_allocator.cc \

Completed in 625 milliseconds