Home
last modified time | relevance | path

Searched refs:methods_offset_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/
Ddex_cache_arrays_layout.h33 methods_offset_(0u), in DexCacheArraysLayout()
59 return methods_offset_; in MethodsOffset()
85 const size_t methods_offset_; variable
Ddex_cache_arrays_layout-inl.h33 methods_offset_(types_offset_ + TypesSize(dex_file->NumTypeIds())), in DexCacheArraysLayout()
34 strings_offset_(methods_offset_ + MethodsSize(dex_file->NumMethodIds())), in DexCacheArraysLayout()
49 return methods_offset_ + ElementOffset(pointer_size_, method_idx); in MethodOffset()