Searched defs:NewArray (Results 1 - 3 of 3) sorted by relevance
| /third_party/node/deps/v8/src/zone/ | ||
| H A D | zone.h | 118 T* NewArray(size_t length) { in NewArray() function in v8::internal::final 297 V8_INLINE T* NewArray(size_t length) { in NewArray() function in v8::internal::ZoneAllocationPolicy |
| /third_party/node/deps/v8/src/utils/ | ||
| H A D | allocation.h | 42 T* NewArray(size_t size) { in NewArray() function 54 T* NewArray(size_t size, T default_val) { in NewArray() function 84 V8_INLINE T* NewArray(size_t length) { in NewArray() function in v8::internal::FreeStoreAllocationPolicy |
| /third_party/node/deps/v8/src/base/ | ||
| H A D | hashmap.h | 25 V8_INLINE T* NewArray(size_t length) { in NewArray() function in v8::base::DefaultAllocationPolicy |
Completed in 3 milliseconds