MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / IsCompactDexFile

Method IsCompactDexFile

Bcore/src/main/cpp/dex/dex_file.h:986–988  ·  view source on GitHub ↗

Not virtual for performance reasons.

Source from the content-addressed store, hash-verified

984
985 // Not virtual for performance reasons.
986 ALWAYS_INLINE bool IsCompactDexFile() const {
987 return is_compact_dex_;
988 }
989 ALWAYS_INLINE bool IsStandardDexFile() const {
990 return !is_compact_dex_;
991 }

Callers 2

CheckHeaderMethod · 0.80
InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected