Searched defs:AllocateExternalArray (Results 1 - 1 of 1) sorted by relevance
/external/v8/src/heap/ | ||
H A D | heap.cc | 3357 AllocationResult Heap::AllocateExternalArray(int length, function in class:v8::Heap 3930 return AllocateExternalArray(0, array_type, NULL, TENURED); |
Completed in 122 milliseconds