Searched refs:catch_dex_file_ (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h761 catch_dex_file_(nullptr),
769 catch_dex_file_(&dex_file),
779 bool IsCatchBlock() const { return catch_dex_file_ != nullptr; }
793 return *catch_dex_file_;
802 const DexFile* catch_dex_file_; member in class:art::TryCatchInformation

Completed in 46 milliseconds