Searched defs:TestMemoryAllocatorScope (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-spaces.cc107 class TestMemoryAllocatorScope { class in namespace:v8::internal
109 TestMemoryAllocatorScope(Isolate* isolate, MemoryAllocator* allocator) function in class:v8::internal::TestMemoryAllocatorScope
115 ~TestMemoryAllocatorScope() {
123 DISALLOW_COPY_AND_ASSIGN(TestMemoryAllocatorScope);
160 TestMemoryAllocatorScope test_allocator_scope(isolate, memory_allocator);
212 TestMemoryAllocatorScope test_allocator_scope(isolate, memory_allocator);
347 TestMemoryAllocatorScope test_scope(isolate, memory_allocator);
373 TestMemoryAllocatorScope test_scope(isolate, memory_allocator);

Completed in 173 milliseconds