| 993 | ALWAYS_INLINE const CompactDexFile* AsCompactDexFile() const; |
| 994 | |
| 995 | ALWAYS_INLINE bool IsPlatformDexFile() const { |
| 996 | return is_platform_dex_; |
| 997 | } |
| 998 | |
| 999 | ALWAYS_INLINE void SetIsPlatformDexFile() { |
| 1000 | is_platform_dex_ = true; |
nothing calls this directly
no outgoing calls
no test coverage detected