Searched defs:str2 (Results 1 - 1 of 1) sorted by path

/art/runtime/interpreter/
H A Dinterpreter_intrinsics.cc305 mirror::String* str2 = obj->AsString(); local
306 if (str->GetCount() == str2->GetCount()) {
313 bytes2 = str2->GetValueCompressed();
317 bytes2 = str2->GetValue();

Completed in 60 milliseconds