Home
last modified time | relevance | path

Searched defs:InsertWithHash (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dclass_table.cc118 void ClassTable::InsertWithHash(ObjPtr<mirror::Class> klass, size_t hash) { in InsertWithHash() function in art::ClassTable
/art/libartbase/base/
Dhash_set.h503 std::pair<iterator, bool> InsertWithHash(U&& element, size_t hash) { in InsertWithHash() function