HomeSort by relevance Sort by last modified time
    Searched refs:ArrayBufferAllocator (Results 1 - 10 of 10) sorted by null

  /external/v8/test/fuzzer/
fuzzer-support.h 27 class ArrayBufferAllocator;
30 ArrayBufferAllocator* allocator_;
fuzzer-support.cc 30 class FuzzerSupport::ArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
49 allocator_ = new ArrayBufferAllocator;
  /external/v8/test/unittests/
test-utils.cc 16 class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
28 ArrayBufferAllocator* TestWithIsolate::array_buffer_allocator_ = NULL;
46 array_buffer_allocator_ = new ArrayBufferAllocator;
test-utils.h 16 class ArrayBufferAllocator;
30 static ArrayBufferAllocator* array_buffer_allocator_;
  /external/v8/samples/
hello-world.cc 14 class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
34 ArrayBufferAllocator allocator;
process.cc 41 class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
702 ArrayBufferAllocator array_buffer_allocator;
  /external/v8/tools/
parser-shell.cc 48 class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
171 ArrayBufferAllocator array_buffer_allocator;
  /external/v8/test/cctest/interpreter/
generate-bytecode-expectations.cc 96 class ArrayBufferAllocator final : public v8::ArrayBuffer::Allocator {
366 ArrayBufferAllocator allocator;
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 346 class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
766 ArrayBufferAllocator allocator;
  /external/v8/src/
api.cc 349 class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
398 ArrayBufferAllocator allocator_;
    [all...]

Completed in 122 milliseconds