Searched refs:catch_dex_file_ (Results 1 – 1 of 1) sorted by relevance
1022 catch_dex_file_(nullptr), in TryCatchInformation()1030 catch_dex_file_(&dex_file), in TryCatchInformation()1040 bool IsCatchBlock() const { return catch_dex_file_ != nullptr; } in IsCatchBlock()1054 return *catch_dex_file_; in GetCatchDexFile()1067 const DexFile* catch_dex_file_; variable