Searched refs:catch_dex_file_ (Results 1 – 1 of 1) sorted by relevance
940 catch_dex_file_(nullptr), in TryCatchInformation()948 catch_dex_file_(&dex_file), in TryCatchInformation()958 bool IsCatchBlock() const { return catch_dex_file_ != nullptr; } in IsCatchBlock()972 return *catch_dex_file_; in GetCatchDexFile()985 const DexFile* catch_dex_file_; variable