Searched refs:TestMemoryAllocatorScope (Results 1 – 2 of 2) sorted by relevance
105 class TestMemoryAllocatorScope { class107 TestMemoryAllocatorScope(Isolate* isolate, MemoryAllocator* allocator) in TestMemoryAllocatorScope() function in v8::internal::TestMemoryAllocatorScope113 ~TestMemoryAllocatorScope() { in ~TestMemoryAllocatorScope()121 DISALLOW_COPY_AND_ASSIGN(TestMemoryAllocatorScope);186 TestMemoryAllocatorScope test_scope(isolate, memory_allocator); in TEST()216 TestMemoryAllocatorScope test_scope(isolate, memory_allocator); in TEST()
1264 friend class TestMemoryAllocatorScope; variable