Searched refs:string_idx_ (Results 1 – 3 of 3) sorted by relevance
164 patch.string_idx_ = target_string_idx; in RelativeStringPatch()174 patch.string_idx_ = target_string_idx; in StringBssEntryPatch()253 return dex::StringIndex(string_idx_); in TargetStringIndex()307 uint32_t string_idx_; // String index for String patches. member313 static_assert(sizeof(string_idx_) == sizeof(cmp1_), "needed by relational operators");
646 dex_cache_.Read()->ClearString(string_idx_); in Undo()652 string_idx_(string_idx) { in ResolveStringLog()654 DCHECK_LT(string_idx_.index_, dex_cache->GetDexFile()->NumStringIds()); in ResolveStringLog()
271 const dex::StringIndex string_idx_; variable