Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.h1150 return pos_ >= EndOfInstanceFieldsPos() && pos_ < EndOfDirectMethodsPos(); in HasNextDirectMethod()
1153 return pos_ >= EndOfDirectMethodsPos() && pos_ < EndOfVirtualMethodsPos(); in HasNextVirtualMethod()
1172 } else if (pos_ < EndOfDirectMethodsPos()) { in Next()
1175 } else if (pos_ == EndOfDirectMethodsPos() && NumVirtualMethods() > 0) { in Next()
1261 uint32_t EndOfDirectMethodsPos() const { in EndOfDirectMethodsPos() function
1265 return EndOfDirectMethodsPos() + header_.virtual_methods_size_; in EndOfVirtualMethodsPos()