Searched defs:InsertWithHash (Results 1 – 2 of 2) sorted by relevance
118 void ClassTable::InsertWithHash(ObjPtr<mirror::Class> klass, size_t hash) { in InsertWithHash() function in art::ClassTable
503 std::pair<iterator, bool> InsertWithHash(U&& element, size_t hash) { in InsertWithHash() function