Home | History | Annotate | Download | only in optimizing

Lines Matching defs:element_offset

3651       uint32_t element_offset = invoke->GetDexCacheArrayOffset();
3652 vixl::Label* adrp_label = NewPcRelativeDexCacheArrayPatch(dex_file, element_offset);
3660 NewPcRelativeDexCacheArrayPatch(dex_file, element_offset, adrp_label);
3766 uint32_t element_offset,
3768 return NewPcRelativePatch(dex_file, element_offset, adrp_label, &pc_relative_dex_cache_patches_);
4092 uint32_t element_offset = load->GetDexCacheElementOffset();
4093 vixl::Label* adrp_label = codegen_->NewPcRelativeDexCacheArrayPatch(dex_file, element_offset);
4101 codegen_->NewPcRelativeDexCacheArrayPatch(dex_file, element_offset, adrp_label);