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

  /external/v8/test/cctest/heap/
test-spaces.cc 79 // 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,
199 memory_allocator->Free(memory_chunk);
200 memory_allocator->TearDown();
201 delete memory_allocator;
209 MemoryAllocator* memory_allocator = new MemoryAllocator(isolate); local
211 memory_allocator->SetUp(heap->MaxReserved(), heap->MaxExecutableSize()))
311 MemoryAllocator* memory_allocator = new MemoryAllocator(isolate); local
358 MemoryAllocator* memory_allocator = new MemoryAllocator(isolate); local
385 MemoryAllocator* memory_allocator = new MemoryAllocator(isolate); local
408 MemoryAllocator* memory_allocator = new MemoryAllocator(isolate); local
    [all...]
  /external/v8/src/extensions/
statistics-extension.cc 119 {isolate->memory_allocator()->Size(), "total_committed_bytes"},
  /external/v8/src/heap/
spaces.cc 211 if (!isolate_->memory_allocator()->CommitExecutableMemory(
222 return isolate_->memory_allocator()->CommitMemory(start, length, EXECUTABLE);
517 if (!heap()->isolate()->memory_allocator()->CommitMemory(start, length,
529 heap_->isolate()->memory_allocator()->ZapBlock(start, length);
    [all...]
heap.cc 229 return isolate()->memory_allocator()->SizeExecutable();
300 if (isolate_->memory_allocator()->MaxAvailable() <= new_space_.Size()) {
343 isolate_->memory_allocator()->Size() / KB,
344 isolate_->memory_allocator()->Available() / KB);
    [all...]
gc-tracer.cc 161 current_.start_memory_size = heap_->isolate()->memory_allocator()->Size();
205 current_.end_memory_size = heap_->isolate()->memory_allocator()->Size();
    [all...]
spaces-inl.h 519 return ObjectSizeFor(heap()->isolate()->memory_allocator()->Available());
  /external/v8/src/
isolate.h 828 MemoryAllocator* memory_allocator() { function in class:v8::internal::Isolate
    [all...]
api.cc     [all...]
  /external/v8/src/regexp/
jsregexp.cc     [all...]

Completed in 238 milliseconds