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

  /art/runtime/utils/
dex_cache_arrays_layout.h 26 * @class DexCacheArraysLayout
30 class DexCacheArraysLayout {
33 DexCacheArraysLayout()
45 DexCacheArraysLayout(PointerSize pointer_size,
50 DexCacheArraysLayout(PointerSize pointer_size, const DexFile* dex_file);
dex_cache_arrays_layout-inl.h 32 inline DexCacheArraysLayout::DexCacheArraysLayout(PointerSize pointer_size,
51 inline DexCacheArraysLayout::DexCacheArraysLayout(PointerSize pointer_size, const DexFile* dex_file)
52 : DexCacheArraysLayout(pointer_size, dex_file->GetHeader(), dex_file->NumCallSiteIds()) {
55 inline size_t DexCacheArraysLayout::Alignment() const {
59 inline constexpr size_t DexCacheArraysLayout::Alignment(PointerSize pointer_size) {
78 inline size_t DexCacheArraysLayout::TypeOffset(dex::TypeIndex type_idx) const {
83 inline size_t DexCacheArraysLayout::TypesSize(size_t num_elements) const {
91 inline size_t DexCacheArraysLayout::TypesAlignment() const
    [all...]

Completed in 79 milliseconds