Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.h1095 } else if (EndOfVirtualMethodsPos() > 0) { in ClassDataItemIterator()
1121 return pos_ >= EndOfDirectMethodsPos() && pos_ < EndOfVirtualMethodsPos(); in HasNextVirtualMethod()
1124 return pos_ < EndOfVirtualMethodsPos(); in HasNext()
1146 } else if (pos_ < EndOfVirtualMethodsPos()) { in Next()
1157 DCHECK_LT(pos_, EndOfVirtualMethodsPos()); in GetMemberIndex()
1165 DCHECK_LT(pos_, EndOfVirtualMethodsPos()); in GetRawMemberAccessFlags()
1232 uint32_t EndOfVirtualMethodsPos() const { in EndOfVirtualMethodsPos() function