Home
last modified time | relevance | path

Searched defs:Alignment (Results 1 – 4 of 4) sorted by relevance

/art/runtime/utils/
Ddex_cache_arrays_layout-inl.h54 inline size_t DexCacheArraysLayout::Alignment() const { in Alignment() function
58 inline constexpr size_t DexCacheArraysLayout::Alignment(PointerSize pointer_size) { in Alignment() function
/art/compiler/optimizing/
Dnodes_vector_test.cc67 TEST(NodesVector, Alignment) { in TEST() argument
Dnodes_vector.h32 Alignment(size_t base, size_t offset) : base_(base), offset_(offset) { in Alignment() function
/art/runtime/
Dart_method.h621 static size_t Alignment(PointerSize pointer_size) { in Alignment() function