Home
last modified time | relevance | path

Searched refs:TestMemoryAllocatorScope (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/cctest/
Dtest-spaces.cc105 class TestMemoryAllocatorScope { class
107 TestMemoryAllocatorScope(Isolate* isolate, MemoryAllocator* allocator) in TestMemoryAllocatorScope() function in v8::internal::TestMemoryAllocatorScope
113 ~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()
/external/v8/src/
Disolate.h1264 friend class TestMemoryAllocatorScope; variable