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

/art/runtime/
H A Ddex_file.h1355 } else if (EndOfVirtualMethodsPos() > 0) {
1381 return pos_ >= EndOfDirectMethodsPos() && pos_ < EndOfVirtualMethodsPos();
1384 return pos_ < EndOfVirtualMethodsPos();
1406 } else if (pos_ < EndOfVirtualMethodsPos()) {
1417 DCHECK_LT(pos_, EndOfVirtualMethodsPos());
1425 DCHECK_LT(pos_, EndOfVirtualMethodsPos());
1495 uint32_t EndOfVirtualMethodsPos() const { function in class:art::ClassDataItemIterator

Completed in 66 milliseconds