Searched refs:EndOfDirectMethodsPos (Results 1 – 1 of 1) sorted by relevance
972 return pos_ >= EndOfInstanceFieldsPos() && pos_ < EndOfDirectMethodsPos(); in HasNextDirectMethod()975 return pos_ >= EndOfDirectMethodsPos() && pos_ < EndOfVirtualMethodsPos(); in HasNextVirtualMethod()994 } else if (pos_ < EndOfDirectMethodsPos()) { in Next()997 } else if (pos_ == EndOfDirectMethodsPos() && NumVirtualMethods() > 0) { in Next()1071 uint32_t EndOfDirectMethodsPos() const { in EndOfDirectMethodsPos() function1075 return EndOfDirectMethodsPos() + header_.virtual_methods_size_; in EndOfVirtualMethodsPos()