Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A Dutils.h115 static T GetRandomNumber(T min, T max) { in GetRandomNumber() function
/aosp12/art/runtime/
H A Druntime.cc1125 session_data.session_id = GetRandomNumber<int64_t>(1, std::numeric_limits<int64_t>::max()); in InitNonZygoteOrPostFork()
/aosp12/art/runtime/gc/space/
H A Dimage_space.cc102 int32_t r = GetRandomNumber<int32_t>(min_delta, max_delta); in ChooseRelocationOffsetDelta()