Searched defs:inserted (Results 1 – 5 of 5) sorted by relevance
298 bool inserted = storage_map_.insert({key.Clone(), new_value}).second; in Set() local
463 bool inserted = hash_set.insert(index).second; in TEST_F() local
1397 bool inserted = in RecordNativeRelocations() local1433 bool inserted = in RecordNativeRelocations() local1691 bool inserted = class_table.InsertWithHash(ClassTable::TableSlot(klass, hash), hash).second; in ProcessCollectedClasses() local1707 bool inserted = table.InsertWithHash(ClassTable::TableSlot(klass, hash), hash).second; in ProcessCollectedClasses() local2143 bool inserted = table.insert(GcRoot<mirror::String>(string->AsString())).second; in FinalizeInternTables() local2149 bool inserted = table.insert(GcRoot<mirror::String>(string)).second; in FinalizeInternTables() local
379 bool inserted = container.insert(std::move(node)).inserted; in UpdateKeys() local
3866 bool inserted = dex_caches_.emplace(&dex_file, std::move(data)).second; in RegisterDexFileLocked() local