Home
last modified time | relevance | path

Searched refs:string_idx_ (Results 1 – 1 of 1) sorted by relevance

/art/compiler/
Dcompiled_method.h222 patch.string_idx_ = target_string_idx; in StringPatch()
231 patch.string_idx_ = target_string_idx; in RelativeStringPatch()
293 return string_idx_; in TargetStringIndex()
330 uint32_t string_idx_; // String index for String patches. member
334 static_assert(sizeof(string_idx_) == sizeof(cmp1_), "needed by relational operators");