| 1301 | return GetRawMemberAccessFlags() & kAccNative; |
| 1302 | } |
| 1303 | bool MemberIsFinal() const { |
| 1304 | return GetRawMemberAccessFlags() & kAccFinal; |
| 1305 | } |
| 1306 | ALWAYS_INLINE InvokeType GetMethodInvokeType(const DexFile::ClassDef& class_def) const; |
| 1307 | const DexFile::CodeItem* GetMethodCodeItem() const { |
| 1308 | return dex_file_.GetCodeItem(method_.code_off_); |
nothing calls this directly
no outgoing calls
no test coverage detected