Searched defs:DexCacheArraysLayout (Results 1 - 2 of 2) sorted by relevance

/art/runtime/utils/
H A Ddex_cache_arrays_layout.h26 * @class DexCacheArraysLayout
30 class DexCacheArraysLayout { class in namespace:art
33 DexCacheArraysLayout() function in class:art::DexCacheArraysLayout
45 DexCacheArraysLayout(PointerSize pointer_size,
50 DexCacheArraysLayout(PointerSize pointer_size, const DexFile* dex_file);
H A Ddex_cache_arrays_layout-inl.h31 inline DexCacheArraysLayout::DexCacheArraysLayout(PointerSize pointer_size, function in class:art::DexCacheArraysLayout
50 inline DexCacheArraysLayout::DexCacheArraysLayout(PointerSize pointer_size, const DexFile* dex_file) function in class:art::DexCacheArraysLayout
51 : DexCacheArraysLayout(pointer_size, dex_file->GetHeader(), dex_file->NumCallSiteIds()) {
54 inline size_t DexCacheArraysLayout::Alignment() const {
58 inline constexpr size_t DexCacheArraysLayout::Alignment(PointerSize pointer_size) {
77 inline size_t DexCacheArraysLayout::TypeOffset(dex::TypeIndex type_idx) const {
82 inline size_t DexCacheArraysLayout::TypesSize(size_t num_elements) const {
90 inline size_t DexCacheArraysLayout
[all...]

Completed in 56 milliseconds