Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_field_info.h228 uint32_t StorageIndex() const { in StorageIndex() function
/art/compiler/dex/quick/
Dgen_common.cc93 DCHECK_NE(field_info.StorageIndex(), DexFile::kDexNoIndex); in GenGetOtherTypeForSgetSput()
99 uint32_t offset = dex_cache_arrays_layout_.TypeOffset(field_info.StorageIndex()); in GenGetOtherTypeForSgetSput()
106 int32_t offset_of_field = ObjArray::OffsetOfElement(field_info.StorageIndex()).Int32Value(); in GenGetOtherTypeForSgetSput()
165 field_info.StorageIndex(), r_base)); in GenGetOtherTypeForSgetSput()
Dralloc_util.cc1252 dex_cache_array_offset = dex_cache_arrays_layout_.TypeOffset(field_info.StorageIndex()); in AnalyzeMIR()