HomeSort by relevance Sort by last modified time
    Searched refs:raw_arrays (Results 1 - 2 of 2) sorted by null

  /art/runtime/mirror/
dex_cache.cc 47 uint8_t* raw_arrays = nullptr; local
51 raw_arrays = oat_dex->GetDexCacheArrays();
59 raw_arrays = (layout.Alignment() == 16u)
65 reinterpret_cast<StringDexCacheType*>(raw_arrays + layout.StringsOffset());
67 reinterpret_cast<TypeDexCacheType*>(raw_arrays + layout.TypesOffset());
69 reinterpret_cast<MethodDexCacheType*>(raw_arrays + layout.MethodsOffset());
71 reinterpret_cast<FieldDexCacheType*>(raw_arrays + layout.FieldsOffset());
107 raw_arrays + layout.MethodTypesOffset());
112 : reinterpret_cast<GcRoot<CallSite>*>(raw_arrays + layout.CallSitesOffset());
114 DCHECK_ALIGNED(raw_arrays, alignof(StringDexCacheType)) <
    [all...]
  /art/runtime/
class_linker.cc 1412 uint8_t* const raw_arrays = oat_dex_file->GetDexCacheArrays(); local
    [all...]

Completed in 57 milliseconds