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

Method SetIsPlatformDexFile

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

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected