Home | History | Annotate | Download | only in compiler

Lines Matching refs:string_idx

622       uint32_t string_idx = dex_file.GetIndexForStringId(*string_id);
623 if (dex_cache->GetResolvedString(string_idx) == NULL) {
624 dex_cache->SetResolvedString(string_idx, string);