Home
last modified time | relevance | path

Searched refs:kMax (Results 1 – 4 of 4) sorted by relevance

/art/runtime/mirror/
Diftable.h29 Class* interface = GetWithoutChecks((i * kMax) + kInterface)->AsClass(); in GetInterface()
39 down_cast<ObjectArray<ArtMethod>*>(Get((i * kMax) + kMethodArray)); in GetMethodArray()
46 down_cast<ObjectArray<ArtMethod>*>(Get((i * kMax) + kMethodArray)); in GetMethodArrayCount()
56 DCHECK(Get((i * kMax) + kMethodArray) == NULL); in SetMethodArray()
57 Set<false>((i * kMax) + kMethodArray, new_ma); in SetMethodArray()
61 return GetLength() / kMax; in Count()
70 kMax = 2, enumerator
Diftable-inl.h28 const size_t idx = i * kMax + kInterface; in SetInterface()
/art/runtime/
Dclass_linker-inl.h183 ifcount * mirror::IfTable::kMax)); in AllocIfTable()
Dclass_linker.cc5140 iftable.Assign(down_cast<mirror::IfTable*>(iftable->CopyOf(self, idx * mirror::IfTable::kMax))); in LinkInterfaceMethods()