Searched refs:string_idx_ (Results 1 – 3 of 3) sorted by relevance
128 patch.string_idx_ = target_string_idx; in RelativeStringPatch()138 patch.string_idx_ = target_string_idx; in StringInternTablePatch()148 patch.string_idx_ = target_string_idx; in StringBssEntryPatch()224 return dex::StringIndex(string_idx_); in TargetStringIndex()269 uint32_t string_idx_; // String index for String patches. member273 static_assert(sizeof(string_idx_) == sizeof(cmp1_), "needed by relational operators");
589 dex_cache_.Read()->ClearString(string_idx_); in Undo()595 string_idx_(string_idx) { in ResolveStringLog()597 DCHECK_LT(string_idx_.index_, dex_cache->GetDexFile()->NumStringIds()); in ResolveStringLog()
265 const dex::StringIndex string_idx_; variable