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

  /external/v8/test/cctest/
test-spaces.cc 76 // Initialized Page has heap pointer, normally set by memory_allocator.
157 MemoryAllocator* memory_allocator = new MemoryAllocator(isolate); local
158 CHECK(memory_allocator->SetUp(heap->MaxReserved(),
160 TestMemoryAllocatorScope test_allocator_scope(isolate, memory_allocator);
170 MemoryChunk* memory_chunk = memory_allocator->AllocateChunk(reserve_area_size,
200 memory_allocator->Free(memory_chunk);
201 memory_allocator->TearDown();
202 delete memory_allocator;
209 MemoryAllocator* memory_allocator = new MemoryAllocator(isolate); local
211 memory_allocator->SetUp(heap->MaxReserved(), heap->MaxExecutableSize()))
298 MemoryAllocator* memory_allocator = new MemoryAllocator(isolate); local
344 MemoryAllocator* memory_allocator = new MemoryAllocator(isolate); local
370 MemoryAllocator* memory_allocator = new MemoryAllocator(isolate); local
    [all...]
  /external/v8/src/heap/
spaces.cc 208 if (!isolate_->memory_allocator()->CommitExecutableMemory(
224 return isolate_->memory_allocator()->CommitMemory(start, length, EXECUTABLE);
494 if (!heap()->isolate()->memory_allocator()->CommitMemory(start, length,
506 heap_->isolate()->memory_allocator()->ZapBlock(start, length);
888 area_size_ = heap->isolate()->memory_allocator()->CodePageAreaSize();
912 heap()->isolate()->memory_allocator()->Free(iterator.next());
974 Page* p = heap()->isolate()->memory_allocator()->AllocatePage(size, this,
    [all...]
gc-tracer.cc 119 current_.start_memory_size = heap_->isolate()->memory_allocator()->Size();
143 current_.end_memory_size = heap_->isolate()->memory_allocator()->Size();
spaces-inl.h 299 return ObjectSizeFor(heap()->isolate()->memory_allocator()->Available());
heap.cc 197 return isolate()->memory_allocator()->SizeExecutable();
275 if (isolate_->memory_allocator()->MaxAvailable() <= new_space_.Size()) {
318 isolate_->memory_allocator()->Size() / KB,
319 isolate_->memory_allocator()->Available() / KB);
    [all...]
  /external/v8/src/extensions/
statistics-extension.cc 97 AddNumber(args.GetIsolate(), result, isolate->memory_allocator()->Size(),
  /external/v8/src/
isolate.h 882 MemoryAllocator* memory_allocator() { function in class:v8::internal::Isolate
    [all...]
serialize.cc     [all...]
api.cc     [all...]
jsregexp.cc     [all...]

Completed in 657 milliseconds