Searched refs:EndOfDirectMethodsPos (Results 1 – 1 of 1) sorted by relevance
1118 return pos_ >= EndOfInstanceFieldsPos() && pos_ < EndOfDirectMethodsPos(); in HasNextDirectMethod()1121 return pos_ >= EndOfDirectMethodsPos() && pos_ < EndOfVirtualMethodsPos(); in HasNextVirtualMethod()1140 } else if (pos_ < EndOfDirectMethodsPos()) { in Next()1143 } else if (pos_ == EndOfDirectMethodsPos() && NumVirtualMethods() > 0) { in Next()1229 uint32_t EndOfDirectMethodsPos() const { in EndOfDirectMethodsPos() function1233 return EndOfDirectMethodsPos() + header_.virtual_methods_size_; in EndOfVirtualMethodsPos()