Home
last modified time | relevance | path

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

/external/v8/test/cctest/heap/
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);
158 TestMemoryAllocatorScope test_allocator_scope(isolate, memory_allocator); in VerifyMemoryChunk()
212 TestMemoryAllocatorScope test_allocator_scope(isolate, memory_allocator); in TEST()
315 TestMemoryAllocatorScope test_scope(isolate, memory_allocator); in TEST()
361 TestMemoryAllocatorScope test_scope(isolate, memory_allocator); in TEST()
388 TestMemoryAllocatorScope test_scope(isolate, memory_allocator); in TEST()
412 TestMemoryAllocatorScope test_scope(isolate, memory_allocator); in TEST()
[all …]
/external/v8/src/
Disolate.h1344 friend class TestMemoryAllocatorScope; variable