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

/art/runtime/
H A Ddex_file.h1378 return pos_ >= EndOfInstanceFieldsPos() && pos_ < EndOfDirectMethodsPos();
1381 return pos_ >= EndOfDirectMethodsPos() && pos_ < EndOfVirtualMethodsPos();
1400 } else if (pos_ < EndOfDirectMethodsPos()) {
1403 } else if (pos_ == EndOfDirectMethodsPos() && NumVirtualMethods() > 0) {
1492 uint32_t EndOfDirectMethodsPos() const { function in class:art::ClassDataItemIterator
1496 return EndOfDirectMethodsPos() + header_.virtual_methods_size_;

Completed in 172 milliseconds