Home | History | Annotate | Download | only in runtime

Lines Matching refs:prev_str

1366     const char* prev_str = dex_file_->GetStringData(*prev_item);
1368 if (CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(prev_str, str) >= 0) {
1369 LOG(ERROR) << StringPrintf("Out-of-order string_ids: '%s' then '%s'", prev_str, str);