Home
last modified time | relevance | path

Searched refs:random_seed (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Dprofile_compilation_info.h273 uint32_t random_seed);
279 uint32_t random_seed);
Dprofile_compilation_info.cc1200 uint32_t random_seed) { in GenerateTestProfile() argument
1209 std::srand(random_seed); in GenerateTestProfile()
1243 uint32_t random_seed) { in GenerateTestProfile() argument
1244 std::srand(random_seed); in GenerateTestProfile()