Searched refs:Erase (Results 1 - 16 of 16) sorted by last modified time

/art/compiler/
H A Dimage_writer.cc217 image_file->Erase();
287 image_file->Erase();
304 image_file->Erase();
311 image_file->Erase();
323 image_file->Erase();
799 // Erase the element we stored earlier since we are exiting the function.
/art/dex2oat/
H A Ddex2oat.cc1205 oat_file->Erase();
1222 oat_file->Erase();
1255 oat_files_[i]->Erase();
1845 oat_files_[i]->Erase();
2293 oat_file->Erase();
/art/oatdump/
H A Doatdump.cc702 file->Erase();
/art/patchoat/
H A Dpatchoat.cc148 file->Erase();
/art/runtime/base/
H A Dhash_set.h308 // Erase algorithm:
316 iterator Erase(iterator it) { function in class:art::HashSet
H A Dhash_set_test.cc74 auto after_it = hash_set.Erase(it);
100 hash_set.Erase(it);
136 it = hash_set.Erase(it);
180 // Erase all the extra strings which guarantees that our load factor will be really bad.
182 hash_set.Erase(hash_set.Find(random_strings[i]));
253 hash_set.Erase(it1);
276 hash_map.Erase(it);
/art/runtime/base/unix_file/
H A Dfd_file.cc312 void FdFile::Erase() { function in class:unix_file::FdFile
324 Erase();
330 Erase();
H A Dfd_file.h62 void Erase();
64 // Try to Flush(), then try to Close(); If either fails, call Erase().
/art/runtime/
H A Dclass_table.cc124 class_set.Erase(it);
H A Dintern_table.cc435 table.Erase(it);
497 it = set->Erase(it);
H A Doat_file_assistant.cc709 oat_file->Erase();
722 oat_file->Erase();
H A Dsignal_catcher.cc119 file->Erase();
H A Dtrace.cc724 file.Erase();
/art/runtime/gc/space/
H A Dimage_space_fs.h136 file->Erase();
151 file->Erase();
157 file->Erase();
/art/runtime/hprof/
H A Dhprof.cc775 file->Erase();
/art/runtime/lambda/
H A Dbox_table.cc71 map_iterator = map_.Erase(map_iterator);
242 map_iterator = map_.Erase(map_iterator);

Completed in 384 milliseconds