Home
last modified time | relevance | path

Searched refs:MethodsOffset (Results 1 – 6 of 6) sorted by relevance

/art/runtime/utils/
Ddex_cache_arrays_layout.h74 size_t MethodsOffset() const { in MethodsOffset() function
/art/runtime/mirror/
Ddex_cache.cc68 reinterpret_cast<ArtMethod**>(raw_arrays + layout.MethodsOffset()); in InitializeDexCache()
Dclass.h725 static MemberOffset MethodsOffset() { in MethodsOffset() function
/art/compiler/debug/
Delf_debug_info_writer.h356 expr.WriteOpPlusUconst(mirror::Class::MethodsOffset().Uint32Value()); in Write()
/art/compiler/
Dimage_writer.cc460 start + layout.MethodsOffset(), in PrepareDexCacheArraySlots()
/art/runtime/
Dclass_linker.cc1316 raw_arrays + layout.MethodsOffset()); in UpdateAppImageClassLoadersAndDexCaches()