Home
last modified time | relevance | path

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

/art/compiler/dex/
Dverification_results.cc59 bool inserted; in ProcessVerifiedMethod() local
/art/dex2oat/linker/
Dimage_writer.cc1355 bool inserted = in RecordNativeRelocations() local
1391 bool inserted = in RecordNativeRelocations() local
1645 bool inserted = class_table.InsertWithHash(ClassTable::TableSlot(klass, hash), hash).second; in ProcessCollectedClasses() local
1661 bool inserted = table.InsertWithHash(ClassTable::TableSlot(klass, hash), hash).second; in ProcessCollectedClasses() local
2070 bool inserted = table.insert(GcRoot<mirror::String>(string->AsString())).second; in FinalizeInternTables() local
2076 bool inserted = table.insert(GcRoot<mirror::String>(string)).second; in FinalizeInternTables() 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