| 997 | } |
| 998 | |
| 999 | ALWAYS_INLINE void SetIsPlatformDexFile() { |
| 1000 | is_platform_dex_ = true; |
| 1001 | } |
| 1002 | |
| 1003 | bool IsInMainSection(const void* addr) const { |
| 1004 | return Begin() <= addr && addr < Begin() + Size(); |
nothing calls this directly
no outgoing calls
no test coverage detected