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

Method AsStandardDexFile

Bcore/src/main/cpp/dex/dex_file-inl.h:504–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504inline const StandardDexFile* DexFile::AsStandardDexFile() const {
505 DCHECK(IsStandardDexFile());
506 return down_cast<const StandardDexFile*>(this);
507}
508
509// Get the base of the encoded data for the given DexCode.
510inline const uint8_t* DexFile::GetCatchHandlerData(const DexInstructionIterator& code_item_end,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected