Home
last modified time | relevance | path

Searched refs:SetHashCodeSeed (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/runtime/mirror/
H A Dobject.cc184 void Object::SetHashCodeSeed(uint32_t new_seed) { in SetHashCodeSeed() function in art::mirror::Object
H A Dobject.h680 static void SetHashCodeSeed(uint32_t new_seed);
H A Dobject_test.cc786 mirror::Object::SetHashCodeSeed(0); in TEST_F()
/aosp_15_r20/art/dex2oat/
H A Ddex2oat.cc2726 mirror::Object::SetHashCodeSeed(987654321u ^ GetCombinedChecksums()); in CreateRuntime()