Searched refs:TestMemoryAllocatorScope (Results 1 – 2 of 2) sorted by relevance
107 class TestMemoryAllocatorScope { class109 TestMemoryAllocatorScope(Isolate* isolate, MemoryAllocator* allocator) in TestMemoryAllocatorScope() function in v8::internal::TestMemoryAllocatorScope115 ~TestMemoryAllocatorScope() { in ~TestMemoryAllocatorScope()123 DISALLOW_COPY_AND_ASSIGN(TestMemoryAllocatorScope);160 TestMemoryAllocatorScope test_allocator_scope(isolate, memory_allocator); in VerifyMemoryChunk()212 TestMemoryAllocatorScope test_allocator_scope(isolate, memory_allocator); in TEST()347 TestMemoryAllocatorScope test_scope(isolate, memory_allocator); in TEST()373 TestMemoryAllocatorScope test_scope(isolate, memory_allocator); in TEST()
1340 friend class TestMemoryAllocatorScope; variable