Home
last modified time | relevance | path

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

/art/runtime/
Dintern_table.cc337 ObjPtr<mirror::String> a_string = a.Read<kWithoutReadBarrier>(); in operator ()() local
338 uint32_t a_length = static_cast<uint32_t>(a_string->GetLength()); in operator ()()
342 if (a_string->IsCompressed()) { in operator ()()
351 a_string->GetValueCompressed(), a_length * sizeof(uint8_t)) == 0; in operator ()()
356 const uint16_t* a_value = a_string->GetValue(); in operator ()()