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

/external/v8/test/cctest/
H A Dtest-spaces.cc105 class TestMemoryAllocatorScope { class in namespace:v8::internal
107 TestMemoryAllocatorScope(Isolate* isolate, MemoryAllocator* allocator) function in class:v8::internal::TestMemoryAllocatorScope
113 ~TestMemoryAllocatorScope() {
121 DISALLOW_COPY_AND_ASSIGN(TestMemoryAllocatorScope);
186 TestMemoryAllocatorScope test_scope(isolate, memory_allocator);
216 TestMemoryAllocatorScope test_scope(isolate, memory_allocator);
/external/chromium_org/v8/test/cctest/
H A Dtest-spaces.cc105 class TestMemoryAllocatorScope { class in namespace:v8::internal
107 TestMemoryAllocatorScope(Isolate* isolate, MemoryAllocator* allocator) function in class:v8::internal::TestMemoryAllocatorScope
113 ~TestMemoryAllocatorScope() {
121 DISALLOW_COPY_AND_ASSIGN(TestMemoryAllocatorScope);
158 TestMemoryAllocatorScope test_allocator_scope(isolate, memory_allocator);
325 TestMemoryAllocatorScope test_scope(isolate, memory_allocator);
355 TestMemoryAllocatorScope test_scope(isolate, memory_allocator);

Completed in 94 milliseconds