Home
last modified time | relevance | path

Searched refs:PutWithHash (Results 1 – 3 of 3) sorted by relevance

/art/libartbase/base/
Dhash_set.h542 return PutWithHash(element, hashfn_(element)); in Put()
545 return PutWithHash(std::move(element), hashfn_(element)); in Put()
549 void PutWithHash(U&& element, size_t hash) { in PutWithHash() function
/art/runtime/
Dintern_table.cc382 tables_.back().set_.PutWithHash(GcRoot<mirror::String>(s), hash); in Insert()
Dclass_linker.cc8496 declared_virtual_signatures.PutWithHash(i, hash); in AssignVTableIndexes()
8708 declared_virtual_signatures.PutWithHash(i, hash); in FindCopiedMethodsForInterface()
8754 copied_method_records_.PutWithHash(new_record, hash); in FindCopiedMethodsForInterface()