Searched defs:string_idx_ (Results 1 - 1 of 1) sorted by relevance

/art/compiler/
H A Dcompiled_method.h222 patch.string_idx_ = target_string_idx;
231 patch.string_idx_ = target_string_idx;
293 return string_idx_;
330 uint32_t string_idx_; // String index for String patches. member in union:art::LinkerPatch::__anon3
334 static_assert(sizeof(string_idx_) == sizeof(cmp1_), "needed by relational operators");

Completed in 61 milliseconds