Home
last modified time | relevance | path

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

/external/v8/test/cctest/heap/
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.cc1755 memory_allocator_(NULL), in Isolate()
2009 delete memory_allocator_; in ~Isolate()
2010 memory_allocator_ = NULL; in ~Isolate()
2106 memory_allocator_ = new MemoryAllocator(this); in Init()
2167 deoptimizer_data_ = new DeoptimizerData(memory_allocator_); in Init()
Disolate.h829 return memory_allocator_; in memory_allocator()
1226 MemoryAllocator* memory_allocator_; variable