| 502 | } |
| 503 | |
| 504 | inline 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. |
| 510 | inline const uint8_t* DexFile::GetCatchHandlerData(const DexInstructionIterator& code_item_end, |
nothing calls this directly
no outgoing calls
no test coverage detected