Home
last modified time | relevance | path

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

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