Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h2081 MUST_USE_RESULT AllocationResult AllocateFixedTypedArrayWithExternalPointer(
Dheap.cc3313 AllocationResult Heap::AllocateFixedTypedArrayWithExternalPointer( in AllocateFixedTypedArrayWithExternalPointer() function in v8::internal::Heap
/external/v8/src/
Dfactory.cc1147 isolate(), isolate()->heap()->AllocateFixedTypedArrayWithExternalPointer( in NewFixedTypedArrayWithExternalPointer()