HomeSort by relevance Sort by last modified time
    Searched defs:TestMemoryAllocatorScope (Results 1 - 2 of 2) sorted by null

  /external/v8/test/cctest/
test-spaces.cc 105 class TestMemoryAllocatorScope {
107 TestMemoryAllocatorScope(Isolate* isolate, MemoryAllocator* allocator)
113 ~TestMemoryAllocatorScope() {
121 DISALLOW_COPY_AND_ASSIGN(TestMemoryAllocatorScope);
186 TestMemoryAllocatorScope test_scope(isolate, memory_allocator);
216 TestMemoryAllocatorScope test_scope(isolate, memory_allocator);
  /external/chromium_org/v8/test/cctest/
test-spaces.cc 105 class TestMemoryAllocatorScope {
107 TestMemoryAllocatorScope(Isolate* isolate, MemoryAllocator* allocator)
113 ~TestMemoryAllocatorScope() {
121 DISALLOW_COPY_AND_ASSIGN(TestMemoryAllocatorScope);
158 TestMemoryAllocatorScope test_allocator_scope(isolate, memory_allocator);
322 TestMemoryAllocatorScope test_scope(isolate, memory_allocator);
351 TestMemoryAllocatorScope test_scope(isolate, memory_allocator);

Completed in 112 milliseconds