Home
last modified time | relevance | path

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

/art/runtime/
Doat.cc345 const char* str_end = reinterpret_cast<const char*>(memchr(ptr, 0, end - ptr)); in GetStoreValueByKey() local
346 if (UNLIKELY(str_end == nullptr)) { in GetStoreValueByKey()
350 const char* value_start = str_end + 1; in GetStoreValueByKey()
357 if (key_view == std::string_view(ptr, str_end - ptr)) { in GetStoreValueByKey()
377 const char* str_end = reinterpret_cast<const char*>(memchr(ptr, 0, end - ptr)); in GetStoreKeyValuePairByIndex() local
378 if (UNLIKELY(str_end == nullptr)) { in GetStoreKeyValuePairByIndex()
382 const char* value_start = str_end + 1; in GetStoreKeyValuePairByIndex()