Home
last modified time | relevance | path

Searched refs:memory_allocator_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/cctest/
Dtest-spaces.cc111 old_allocator_(isolate->memory_allocator_) { in TestMemoryAllocatorScope()
112 isolate->memory_allocator_ = allocator; in TestMemoryAllocatorScope()
116 isolate_->memory_allocator_ = old_allocator_; in ~TestMemoryAllocatorScope()
/external/v8/src/
Disolate.cc1487 memory_allocator_(NULL), in Isolate()
1749 delete memory_allocator_; in ~Isolate()
1750 memory_allocator_ = NULL; in ~Isolate()
1848 memory_allocator_ = new MemoryAllocator(this); in Init()
1911 deoptimizer_data_ = new DeoptimizerData(memory_allocator_); in Init()
Disolate.h883 return memory_allocator_; in memory_allocator()
1242 MemoryAllocator* memory_allocator_; variable