Searched refs:raw_arrays (Results 1 - 2 of 2) sorted by relevance

/art/runtime/mirror/
H A Ddex_cache.cc46 uint8_t* raw_arrays = nullptr; local
50 raw_arrays = oat_dex->GetDexCacheArrays();
58 raw_arrays = (layout.Alignment() == 16u)
64 reinterpret_cast<mirror::StringDexCacheType*>(raw_arrays + layout.StringsOffset());
66 reinterpret_cast<mirror::TypeDexCacheType*>(raw_arrays + layout.TypesOffset());
68 reinterpret_cast<ArtMethod**>(raw_arrays + layout.MethodsOffset());
70 reinterpret_cast<mirror::FieldDexCacheType*>(raw_arrays + layout.FieldsOffset());
102 raw_arrays + layout.MethodTypesOffset());
107 : reinterpret_cast<GcRoot<mirror::CallSite>*>(raw_arrays + layout.CallSitesOffset());
109 DCHECK_ALIGNED(raw_arrays, aligno
[all...]
/art/runtime/
H A Dclass_linker.cc1299 uint8_t* const raw_arrays = oat_dex_file->GetDexCacheArrays(); local
1303 reinterpret_cast<mirror::StringDexCacheType*>(raw_arrays + layout.StringsOffset());
1310 reinterpret_cast<mirror::TypeDexCacheType*>(raw_arrays + layout.TypesOffset());
1316 raw_arrays + layout.MethodsOffset());
1332 reinterpret_cast<mirror::FieldDexCacheType*>(raw_arrays + layout.FieldsOffset());
1356 raw_arrays + layout.MethodTypesOffset());
1364 reinterpret_cast<GcRoot<mirror::CallSite>*>(raw_arrays + layout.CallSitesOffset());

Completed in 113 milliseconds