Home
last modified time | relevance | path

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

/art/compiler/utils/
Ddex_cache_arrays_layout.h34 strings_offset_(0u), in DexCacheArraysLayout()
67 return strings_offset_; in StringsOffset()
86 const size_t strings_offset_; variable
Ddex_cache_arrays_layout-inl.h34 strings_offset_(methods_offset_ + MethodsSize(dex_file->NumMethodIds())), in DexCacheArraysLayout()
35 fields_offset_(strings_offset_ + StringsSize(dex_file->NumStringIds())), in DexCacheArraysLayout()
57 return strings_offset_ + ElementOffset(sizeof(mirror::HeapReference<mirror::String>), string_idx); in StringOffset()