OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:array_buffer_allocator
(Results
1 - 25
of
32
) sorted by null
1
2
/external/v8/src/heap/
array-buffer-tracker.cc
19
isolate->
array_buffer_allocator
()->Free(buffer.first, buffer.second);
23
isolate->
array_buffer_allocator
()->Free(buffer.first, buffer.second);
96
isolate->
array_buffer_allocator
()->Free(buffer.first, buffer.second);
103
isolate->
array_buffer_allocator
()->Free(buffer.first, buffer.second);
/external/v8/test/cctest/
test-lockers.cc
101
create_params.
array_buffer_allocator
= CcTest::
array_buffer_allocator
();
219
create_params.
array_buffer_allocator
= CcTest::
array_buffer_allocator
();
262
create_params.
array_buffer_allocator
= CcTest::
array_buffer_allocator
();
307
create_params.
array_buffer_allocator
= CcTest::
array_buffer_allocator
();
392
create_params.
array_buffer_allocator
= CcTest::
array_buffer_allocator
();
[
all
...]
test-random-number-generator.cc
43
create_params.
array_buffer_allocator
= CcTest::
array_buffer_allocator
();
68
create_params.
array_buffer_allocator
= CcTest::
array_buffer_allocator
();
test-deoptimization.cc
417
create_params.
array_buffer_allocator
= CcTest::
array_buffer_allocator
();
525
create_params.
array_buffer_allocator
= CcTest::
array_buffer_allocator
();
555
create_params.
array_buffer_allocator
= CcTest::
array_buffer_allocator
();
585
create_params.
array_buffer_allocator
= CcTest::
array_buffer_allocator
();
615
create_params.
array_buffer_allocator
= CcTest::
array_buffer_allocator
();
[
all
...]
test-log.cc
343
create_params.
array_buffer_allocator
= CcTest::
array_buffer_allocator
();
402
create_params.
array_buffer_allocator
= CcTest::
array_buffer_allocator
();
460
create_params.
array_buffer_allocator
= CcTest::
array_buffer_allocator
();
532
create_params.
array_buffer_allocator
= CcTest::
array_buffer_allocator
();
567
create_params.
array_buffer_allocator
= CcTest::
array_buffer_allocator
();
[
all
...]
test-serialize.cc
73
set_array_buffer_allocator(CcTest::
array_buffer_allocator
());
691
params1.
array_buffer_allocator
= CcTest::
array_buffer_allocator
();
709
params2.
array_buffer_allocator
= CcTest::
array_buffer_allocator
();
754
params.
array_buffer_allocator
= CcTest::
array_buffer_allocator
();
783
create_params.
array_buffer_allocator
= CcTest::
array_buffer_allocator
();
803
params1.
array_buffer_allocator
= CcTest::array_buffer_allocator()
[
all
...]
cctest.cc
89
create_params.
array_buffer_allocator
= allocator_;
197
CcTestArrayBufferAllocator
array_buffer_allocator
;
local
198
CcTest::set_array_buffer_allocator(&
array_buffer_allocator
);
test-typedarrays.cc
77
->
array_buffer_allocator
()
test-microtask-delivery.cc
39
create_params.
array_buffer_allocator
= CcTest::
array_buffer_allocator
();
cctest.h
134
static v8::ArrayBuffer::Allocator*
array_buffer_allocator
() {
function in class:CcTest
/external/pdfium/testing/
js_embedder_test.cpp
10
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/samples/
hello-world.cc
36
create_params.
array_buffer_allocator
= &allocator;
process.cc
702
ArrayBufferAllocator
array_buffer_allocator
;
local
704
create_params.
array_buffer_allocator
= &
array_buffer_allocator
;
shell.cc
84
ShellArrayBufferAllocator
array_buffer_allocator
;
local
86
create_params.
array_buffer_allocator
= &
array_buffer_allocator
;
/external/v8/tools/
parser-shell.cc
171
ArrayBufferAllocator
array_buffer_allocator
;
local
173
create_params.
array_buffer_allocator
= &
array_buffer_allocator
;
/external/v8/test/unittests/
test-utils.cc
47
create_params.
array_buffer_allocator
= array_buffer_allocator_;
/external/pdfium/xfa/src/fxjse/src/
runtime.cpp
55
params.
array_buffer_allocator
= new FXJSE_ArrayBufferAllocator();
/external/v8/test/cctest/heap/
test-spaces.cc
753
create_params.
array_buffer_allocator
= CcTest::
array_buffer_allocator
();
816
create_params.
array_buffer_allocator
= CcTest::
array_buffer_allocator
();
899
create_params.
array_buffer_allocator
= CcTest::
array_buffer_allocator
();
[
all
...]
test-mark-compact.cc
477
create_params.
array_buffer_allocator
= CcTest::
array_buffer_allocator
();
/external/v8/src/
d8.cc
265
ArrayBuffer::Allocator* Shell::
array_buffer_allocator
;
member in class:v8::Shell
299
create_params.
array_buffer_allocator
= Shell::
array_buffer_allocator
;
[
all
...]
d8.h
443
static ArrayBuffer::Allocator*
array_buffer_allocator
;
member in class:v8::Shell
/external/v8/src/runtime/
runtime-typedarray.cc
65
isolate->
array_buffer_allocator
()->Free(backing_store, byte_length);
/external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp
157
params.
array_buffer_allocator
= g_arrayBufferAllocator;
/external/v8/src/wasm/
wasm-module.cc
199
void* memory = isolate->
array_buffer_allocator
()->Allocate(size);
Completed in 831 milliseconds
1
2