Home
last modified time | relevance | path

Searched refs:STLDeleteElements (Results 1 – 18 of 18) sorted by relevance

/art/runtime/
Ddex_method_iterator_test.cc46 STLDeleteElements(&dex_files); in TEST_F()
Datomic.cc41 STLDeleteElements(gSwapMutexes); in Shutdown()
Dmonitor_pool.h64 STLDeleteElements(monitors); in ReleaseMonitors()
Dthread_pool.cc116 STLDeleteElements(&threads_); in ~ThreadPool()
Dcommon_runtime_test.cc281 STLDeleteElements(&opened_dex_files_); in TearDown()
Doat_file.cc152 STLDeleteElements(&oat_dex_files_storage_); in ~OatFile()
Delf_file.cc318 STLDeleteElements(&segments_); in ~ElfFile()
Dclass_linker.cc1882 STLDeleteElements(&boot_class_path_); in ~ClassLinker()
1883 STLDeleteElements(&oat_files_); in ~ClassLinker()
/art/runtime/base/
Dstl_util.h63 void STLDeleteElements(T *container) { in STLDeleteElements() function
Dtiming_logger.cc46 STLDeleteElements(&histograms_); in ~CumulativeLogger()
66 STLDeleteElements(&histograms_); in Reset()
/art/compiler/dex/
Dglobal_value_numbering.cc43 STLDeleteElements(&lvns_); in ~GlobalValueNumbering()
Dmir_graph.cc134 STLDeleteElements(&m_units_); in ~MIRGraph()
/art/compiler/
Delf_writer_quick.cc608 STLDeleteElements(&pieces); // Have to manually clean pieces. in Write()
612 STLDeleteElements(&pieces); // Have to manually clean pieces. in Write()
Doat_writer.cc136 STLDeleteElements(&oat_dex_files_); in ~OatWriter()
137 STLDeleteElements(&oat_classes_); in ~OatWriter()
/art/compiler/driver/
Dcompiler_driver.cc433 STLDeleteElements(&code_to_patch_); in ~CompilerDriver()
434 STLDeleteElements(&methods_to_patch_); in ~CompilerDriver()
435 STLDeleteElements(&classes_to_patch_); in ~CompilerDriver()
436 STLDeleteElements(&strings_to_patch_); in ~CompilerDriver()
/art/runtime/native/
Ddalvik_system_DexFile.cc165 STLDeleteElements(dex_files.get()); in DexFile_closeDexFile()
/art/runtime/gc/
Dheap.cc878 STLDeleteElements(&garbage_collectors_); in ~Heap()
884 STLDeleteElements(&continuous_spaces_); in ~Heap()
885 STLDeleteElements(&discontinuous_spaces_); in ~Heap()
/art/runtime/verifier/
Dmethod_verifier.cc362 STLDeleteElements(&failure_messages_); in ~MethodVerifier()