Lines Matching refs:inserted
1427 bool inserted = in RecordNativeRelocations() local
1433 CHECK(inserted) << "Field array " << cur_fields << " already forwarded"; in RecordNativeRelocations()
1463 bool inserted = in RecordNativeRelocations() local
1472 CHECK(inserted) << "Method array " << array << " already forwarded"; in RecordNativeRelocations()
1751 bool inserted = class_table.InsertWithHash(ClassTable::TableSlot(klass, hash), hash).second; in ProcessCollectedClasses() local
1752 DCHECK(inserted) << "Class " << klass->PrettyDescriptor() in ProcessCollectedClasses()
1767 bool inserted = table.InsertWithHash(ClassTable::TableSlot(klass, hash), hash).second; in ProcessCollectedClasses() local
1768 DCHECK(inserted) << "Boot image class " << klass->PrettyDescriptor() in ProcessCollectedClasses()
2195 bool inserted = table.insert(GcRoot<mirror::String>(string->AsString())).second; in FinalizeInternTables() local
2196 DCHECK(inserted) << "String already inserted: " << string->AsString()->ToModifiedUtf8(); in FinalizeInternTables()
2201 bool inserted = table.insert(GcRoot<mirror::String>(string)).second; in FinalizeInternTables() local
2202 DCHECK(inserted) << "String already inserted: " << string->ToModifiedUtf8(); in FinalizeInternTables()