Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/mirror/
H A Dstring.h295 void SetHashCode(int32_t new_hash_code) REQUIRES_SHARED(Locks::mutator_lock_) { in SetHashCode() function
H A Dstring.cc66 SetHashCode(new_hash_code); in ComputeAndSetHashCode()
/aosp_15_r20/art/runtime/
H A Dintern_table.cc277 s->SetHashCode(static_cast<int32_t>(hash)); in InternStrong()