/third_party/node/deps/v8/src/regexp/ |
D | regexp-stack.cc | 50 if (owns_memory_) DeleteArray(memory_); in ResetToStaticStack() 62 if (owns_memory_) DeleteArray(memory_); in FreeAndInvalidate() 82 if (thread_local_.owns_memory_) DeleteArray(thread_local_.memory_); in EnsureCapacity()
|
/third_party/node/deps/v8/src/profiler/ |
D | strings-storage.cc | 26 DeleteArray(reinterpret_cast<const char*>(p->key)); in ~StringsStorage() 62 DeleteArray(str); in AddOrDisposeString() 73 DeleteArray(str.begin()); in GetVFormatted() 163 DeleteArray(str); in Release()
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-number.cc | 62 DeleteArray(str); in BUILTIN() 107 DeleteArray(str); in BUILTIN() 185 DeleteArray(str); in BUILTIN()
|
/third_party/node/deps/v8/src/zone/ |
D | zone.h | 130 void DeleteArray(T* pointer, size_t length) { in DeleteArray() function 301 V8_INLINE void DeleteArray(T* p, size_t length) { in DeleteArray() function 302 zone()->DeleteArray<T, TypeTag>(p, length); in DeleteArray()
|
D | zone-list-inl.h | 77 if (data_) zone->DeleteArray<T>(data_, capacity_); in Resize() 118 if (data_) zone->DeleteArray<T>(data_, capacity_); in Clear()
|
D | zone-allocator.h | 61 void deallocate(T* p, size_t length) { zone_->DeleteArray<T>(p, length); } in deallocate()
|
/third_party/node/deps/v8/src/utils/ |
D | allocation.h | 61 void DeleteArray(T* array) { in DeleteArray() function 67 void operator()(T* array) { DeleteArray(array); } in operator() 88 V8_INLINE void DeleteArray(T* p, size_t length) { in DeleteArray() function
|
D | utils.cc | 76 DeleteArray(result); in ReadLine() 102 DeleteArray(result); in ReadLine()
|
D | identity-map.h | 219 allocator_.template DeleteArray<uintptr_t, Buffer>(array, length); in DeletePointerArray()
|
/third_party/node/deps/v8/src/json/ |
D | json-stringifier.cc | 27 ~JsonStringifier() { DeleteArray(gap_); } in ~JsonStringifier() 966 DeleteArray(hex); in SerializeStringUnchecked_() 974 DeleteArray(hex); in SerializeStringUnchecked_() 984 DeleteArray(hex); in SerializeStringUnchecked_() 1032 DeleteArray(hex); in SerializeString_() 1040 DeleteArray(hex); in SerializeString_() 1050 DeleteArray(hex); in SerializeString_()
|
/third_party/node/deps/v8/src/base/ |
D | hashmap.h | 29 V8_INLINE void DeleteArray(T* p, size_t length) { in DeleteArray() function 106 impl_.allocator().DeleteArray(impl_.map_, capacity()); in Invalidate() 208 if (impl_.map_) impl_.allocator().DeleteArray(impl_.map_, capacity()); in ~TemplateHashMapImpl() 431 impl_.allocator().DeleteArray(old_map, old_capacity); in Resize()
|
/third_party/node/deps/v8/src/api/ |
D | api.h | 353 ~HandleScopeImplementer() { DeleteArray(spare_); } in ~HandleScopeImplementer() 393 if (spare_ != nullptr) DeleteArray(spare_); in ReturnBlock() 421 DeleteArray(spare_); in Free() 516 DeleteArray(spare_); in DeleteExtensions()
|
/third_party/node/deps/v8/src/snapshot/ |
D | snapshot-data.h | 37 if (owns_data_) DeleteArray<byte>(data_); in ~SerializedData()
|
D | serializer.h | 54 DeleteArray(static_cast<const char*>(p->value)); in ~NameMap() 74 DeleteArray(static_cast<char*>(entry->value)); in Remove()
|
D | code-serializer.h | 21 if (owns_data_) DeleteArray(data_); in ~AlignedCachedData()
|
/third_party/node/deps/v8/src/handles/ |
D | local-handles.cc | 103 DeleteArray(block_start); in RemoveUnusedBlocks()
|
D | persistent-handles.cc | 31 DeleteArray(block_start); in ~PersistentHandles()
|
/third_party/node/deps/v8/src/compiler-dispatcher/ |
D | optimizing-compile-dispatcher.cc | 81 DeleteArray(input_queue_); in ~OptimizingCompileDispatcher()
|
/third_party/node/deps/v8/src/strings/ |
D | string-stream.h | 38 ~HeapStringAllocator() override { DeleteArray(space_); } in ~HeapStringAllocator()
|
D | string-stream.cc | 466 DeleteArray(space_); in grow()
|
/third_party/node/deps/v8/src/flags/ |
D | flags.cc | 180 if (owns_ptr_ && *ptr != nullptr) DeleteArray(*ptr); in set_string_value() 184 if (owns_ptr && value != nullptr) DeleteArray(value); in set_string_value()
|
/third_party/node/deps/v8/src/execution/ |
D | v8threads.cc | 180 ThreadState::~ThreadState() { DeleteArray<char>(data_); } in ~ThreadState()
|
/third_party/node/deps/v8/src/ast/ |
D | prettyprinter.cc | 665 DeleteArray(output_); in Print() 764 DeleteArray(output_); in ~AstPrinter()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-internal.cc | 718 DeleteArray(str); in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/numbers/ |
D | conversions.cc | 1192 DeleteArray(rep); in DoubleToFixedCString()
|