Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Doat.cc351 const char* value_end = in GetStoreValueByKey() local
353 if (UNLIKELY(value_end == nullptr)) { in GetStoreValueByKey()
362 ptr = value_end + 1; in GetStoreValueByKey()
383 const char* value_end = in GetStoreKeyValuePairByIndex() local
385 if (UNLIKELY(value_end == nullptr)) { in GetStoreKeyValuePairByIndex()
397 ptr = value_end + 1; in GetStoreKeyValuePairByIndex()