Searched refs:new_hash_code (Results 1 - 1 of 1) sorted by relevance

/art/runtime/mirror/
H A Dstring.h170 void SetHashCode(int32_t new_hash_code) SHARED_REQUIRES(Locks::mutator_lock_) {
174 SetField32<false, false>(OFFSET_OF_OBJECT_MEMBER(String, hash_code_), new_hash_code); local

Completed in 25 milliseconds