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

  /external/v8/samples/
hello-world.cc 24 create_params.array_buffer_allocator =
60 delete create_params.array_buffer_allocator;
shell.cc 74 create_params.array_buffer_allocator =
95 delete create_params.array_buffer_allocator;
process.cc 692 create_params.array_buffer_allocator =
  /external/pdfium/testing/
js_embedder_test.cpp 16 params.array_buffer_allocator = m_pArrayBufferAllocator.get();
  /external/v8/src/extensions/
free-buffer-extension.cc 25 isolate->array_buffer_allocator()->Free(contents.Data(),
  /external/v8/src/heap/
array-buffer-tracker.cc 24 heap_->isolate()->array_buffer_allocator()->Free(buffer->backing_store(),
64 heap_->isolate()->array_buffer_allocator()->Free(
  /external/pdfium/fxjs/
cfxjse_runtimedata.cpp 62 params.array_buffer_allocator = allocator.get();
fxjs_v8.cpp 212 params.array_buffer_allocator = g_arrayBufferAllocator;
  /external/v8/tools/
parser-shell.cc 156 create_params.array_buffer_allocator =
186 delete create_params.array_buffer_allocator;
  /external/v8/src/
d8.cc 415 ArrayBuffer::Allocator* Shell::array_buffer_allocator; member in class:v8::Shell
441 create_params.array_buffer_allocator = Shell::array_buffer_allocator;
2933 Shell::array_buffer_allocator = &mock_arraybuffer_allocator; member in class:v8::Shell
2935 Shell::array_buffer_allocator = &shell_array_buffer_allocator; member in class:v8::Shell
    [all...]
d8.h 449 static ArrayBuffer::Allocator* array_buffer_allocator; member in class:v8::Shell
isolate.h     [all...]
api.cc     [all...]
objects.cc     [all...]
  /external/v8/src/runtime/
runtime-typedarray.cc 73 isolate->array_buffer_allocator()->Free(backing_store, byte_length);
runtime-test.cc 837 void* buff = isolate->array_buffer_allocator()->Allocate(data->length());
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 768 create_params.array_buffer_allocator = &allocator;
  /external/v8/src/wasm/
wasm-module.cc 124 void* memory = isolate->array_buffer_allocator()->Allocate(size);
    [all...]
  /external/v8/include/
v8.h 6423 ArrayBuffer::Allocator* array_buffer_allocator; member in struct:v8::Isolate::CreateParams
    [all...]

Completed in 1047 milliseconds