Home
last modified time | relevance | path

Searched defs:inserted (Results 1 – 8 of 8) sorted by relevance

/art/compiler/optimizing/
Dwrite_barrier_elimination.cc65 const bool inserted = current_write_barriers_.insert({obj, instruction}).second; in VisitInstanceFieldSet() local
91 const bool inserted = current_write_barriers_.insert({cls, instruction}).second; in VisitStaticFieldSet() local
119 const bool inserted = current_write_barriers_.insert({arr, instruction}).second; in VisitArraySet() local
/art/runtime/gc/collector/
Dmark_compact-inl.h284 bool inserted; in VerifyRootSingleUpdate() local
/art/libartbase/base/
Dvariant_map.h298 bool inserted = storage_map_.insert({key.Clone(), new_value}).second; in Set() local
Dhash_set_test.cc463 bool inserted = hash_set.insert(index).second; in TEST_F() local
/art/dex2oat/linker/
Dimage_writer.cc1427 bool inserted = in RecordNativeRelocations() local
1463 bool inserted = in RecordNativeRelocations() local
1751 bool inserted = class_table.InsertWithHash(ClassTable::TableSlot(klass, hash), hash).second; in ProcessCollectedClasses() local
1767 bool inserted = table.InsertWithHash(ClassTable::TableSlot(klass, hash), hash).second; in ProcessCollectedClasses() local
2195 bool inserted = table.insert(GcRoot<mirror::String>(string->AsString())).second; in FinalizeInternTables() local
2201 bool inserted = table.insert(GcRoot<mirror::String>(string)).second; in FinalizeInternTables() local
/art/runtime/
Dtransaction.cc431 bool inserted = container.insert(std::move(node)).inserted; in UpdateKeys() local
Druntime_image.cc1598 bool inserted = in CopyClass() local
Dclass_linker.cc4265 bool inserted = dex_caches_.emplace(&dex_file, std::move(data)).second; in RegisterDexFileLocked() local