Home
last modified time | relevance | path

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

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