Home
last modified time | relevance | path

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

/art/runtime/
Dhidden_api_test.cc207 size_t stem_length = location.length() - suffix.length(); in TestLocation() local
208 memcpy(unique_location.get(), location.data(), stem_length); in TestLocation()
209 memcpy(unique_location.get() + stem_length, placeholder.data(), placeholder.length()); in TestLocation()
210 memcpy(unique_location.get() + stem_length + placeholder.length(), in TestLocation()
211 location.data() + stem_length, in TestLocation()