Searched refs:TestMemoryAllocatorScope (Results 1 - 2 of 2) 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);
/external/chromium_org/v8/src/
H A Disolate.h1340 friend class TestMemoryAllocatorScope;

Completed in 1167 milliseconds