Home
last modified time | relevance | path

Searched refs:array_buffer_allocator_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/unittests/
Dtest-utils.cc28 ArrayBufferAllocator* TestWithIsolate::array_buffer_allocator_ = NULL; member in v8::TestWithIsolate
46 array_buffer_allocator_ = new ArrayBufferAllocator; in SetUpTestCase()
47 create_params.array_buffer_allocator = array_buffer_allocator_; in SetUpTestCase()
61 delete array_buffer_allocator_; in TearDownTestCase()
Dtest-utils.h30 static ArrayBufferAllocator* array_buffer_allocator_;
/external/v8/src/
Disolate.h1123 array_buffer_allocator_ = allocator; in set_array_buffer_allocator()
1126 return array_buffer_allocator_; in array_buffer_allocator()
1406 v8::ArrayBuffer::Allocator* array_buffer_allocator_; variable