Home
last modified time | relevance | path

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

/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.cc1397 bool inserted = in RecordNativeRelocations() local
1433 bool inserted = in RecordNativeRelocations() local
1691 bool inserted = class_table.InsertWithHash(ClassTable::TableSlot(klass, hash), hash).second; in ProcessCollectedClasses() local
1707 bool inserted = table.InsertWithHash(ClassTable::TableSlot(klass, hash), hash).second; in ProcessCollectedClasses() local
2143 bool inserted = table.insert(GcRoot<mirror::String>(string->AsString())).second; in FinalizeInternTables() local
2149 bool inserted = table.insert(GcRoot<mirror::String>(string)).second; in FinalizeInternTables() local
/art/runtime/
Dtransaction.cc379 bool inserted = container.insert(std::move(node)).inserted; in UpdateKeys() local
Dclass_linker.cc3866 bool inserted = dex_caches_.emplace(&dex_file, std::move(data)).second; in RegisterDexFileLocked() local