Home
last modified time | relevance | path

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

/art/runtime/
Dintern_table-inl.h53 ObjPtr<mirror::String> a_string = a.Read<kWithoutReadBarrier>(); in operator() local
54 uint32_t a_length = static_cast<uint32_t>(a_string->GetLength()); in operator()
58 if (a_string->IsCompressed()) { in operator()
67 a_string->GetValueCompressed(), a_length * sizeof(uint8_t)) == 0; in operator()
72 const uint16_t* a_value = a_string->GetValue(); in operator()