| 497 | } |
| 498 | |
| 499 | inline const CompactDexFile* DexFile::AsCompactDexFile() const { |
| 500 | DCHECK(IsCompactDexFile()); |
| 501 | return down_cast<const CompactDexFile*>(this); |
| 502 | } |
| 503 | |
| 504 | inline const StandardDexFile* DexFile::AsStandardDexFile() const { |
| 505 | DCHECK(IsStandardDexFile()); |
nothing calls this directly
no outgoing calls
no test coverage detected