| 654 | const ClassDef* FindClassDef(dex::TypeIndex type_idx) const; |
| 655 | |
| 656 | const TypeList* GetInterfacesList(const ClassDef& class_def) const { |
| 657 | return DataPointer<TypeList>(class_def.interfaces_off_); |
| 658 | } |
| 659 | |
| 660 | uint32_t NumMethodHandles() const { |
| 661 | return num_method_handles_; |
no outgoing calls
no test coverage detected