Searched refs:string_idx_ (Results 1 – 3 of 3) sorted by relevance
130 patch.string_idx_ = target_string_idx; in RelativeStringPatch()140 patch.string_idx_ = target_string_idx; in StringBssEntryPatch()214 return dex::StringIndex(string_idx_); in TargetStringIndex()265 uint32_t string_idx_; // String index for String patches. member271 static_assert(sizeof(string_idx_) == sizeof(cmp1_), "needed by relational operators");
623 dex_cache_.Read()->ClearString(string_idx_); in Undo()629 string_idx_(string_idx) { in ResolveStringLog()631 DCHECK_LT(string_idx_.index_, dex_cache->GetDexFile()->NumStringIds()); in ResolveStringLog()
274 const dex::StringIndex string_idx_; variable