Home
last modified time | relevance | path

Searched refs:DeleteArray (Results 1 – 25 of 46) sorted by relevance

12

/external/v8/src/regexp/
Dregexp-stack.cc48 DeleteArray(thread_local_.memory_); in Reset()
56 DeleteArray(memory_); in Free()
71 DeleteArray(thread_local_.memory_); in EnsureCapacity()
Djsregexp-inl.h22 DeleteArray(register_array_); in ~GlobalCache()
Dinterpreter-irregexp.cc137 DeleteArray(data_); in ~BacktrackStack()
/external/v8/src/profiler/
Dstrings-storage.cc25 DeleteArray(reinterpret_cast<const char*>(p->value)); in ~StringsStorage()
57 DeleteArray(str); in AddOrDisposeString()
66 DeleteArray(str.start()); in GetVFormatted()
/external/v8/src/builtins/
Dbuiltins-number.cc62 DeleteArray(str); in BUILTIN()
107 DeleteArray(str); in BUILTIN()
181 DeleteArray(str); in BUILTIN()
241 DeleteArray(str); in BUILTIN()
/external/v8/src/
Didentity-map.cc26 DeleteArray(keys_); in Clear()
27 DeleteArray(values_); in Clear()
290 DeleteArray(old_keys); in Resize()
291 DeleteArray(old_values); in Resize()
Didentity-map.h58 virtual void DeleteArray(void* array) = 0;
181 void DeleteArray(void* array) override { allocator_.Delete(array); } in DeleteArray() function
Dapi.h346 DeleteArray(spare_); in ~HandleScopeImplementer()
417 if (spare_ != nullptr) DeleteArray(spare_); in ReturnBlock()
443 DeleteArray(spare_); in Free()
583 DeleteArray(spare_); in DeleteExtensions()
Dvector.h121 DeleteArray(start_); in Dispose()
184 DeleteArray(this->start()); in ~ScopedVector()
Dutils.cc164 DeleteArray(result); in ReadLine()
192 DeleteArray(result); in ReadLine()
Dallocation.h58 void DeleteArray(T* array) { in DeleteArray() function
Dcompilation-cache.h32 ~CompilationSubCache() { DeleteArray(tables_); } in ~CompilationSubCache()
Dstring-stream.h34 ~HeapStringAllocator() { DeleteArray(space_); } in ~HeapStringAllocator()
Dlog-utils.cc79 DeleteArray(format_buffer_); in Close()
Dv8threads.cc190 DeleteArray<char>(data_); in ~ThreadState()
Dassembler.cc92 if (own_buffer_) DeleteArray(buffer_); in ~AssemblerBase()
Dstring-stream.cc476 DeleteArray(space_); in grow()
Dflags.cc105 if (owns_ptr_ && *ptr != nullptr) DeleteArray(*ptr); in set_string_value()
/external/v8/src/heap/
Dslot-set.h66 DeleteArray<uint32_t>(bucket); in Insert()
260 DeleteArray<uint32_t>(top); in FreeToBeFreedBuckets()
306 DeleteArray<uint32_t>(bucket); in ReleaseBucket()
594 ~Chunk() { DeleteArray(buffer_); } in ~Chunk()
/external/v8/src/snapshot/
Dserializer.h50 DeleteArray(static_cast<const char*>(p->value)); in ~NameMap()
70 DeleteArray(static_cast<char*>(entry->value)); in Remove()
Dcode-serializer.h17 if (owns_data_) DeleteArray(data_); in ~ScriptData()
Dserializer-common.h312 if (owns_data_) DeleteArray<byte>(data_); in ~SerializedData()
Dserializer.cc52 DeleteArray(instance_type_count_[space]); in ~Serializer()
53 DeleteArray(instance_type_size_[space]); in ~Serializer()
/external/v8/src/compiler-dispatcher/
Doptimizing-compile-dispatcher.cc93 DeleteArray(input_queue_); in ~OptimizingCompileDispatcher()
/external/v8/src/ast/
Dprettyprinter.cc586 DeleteArray(output_); in Print()
703 DeleteArray(output_); in ~AstPrinter()

12