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

/art/compiler/optimizing/
H A Dnodes.h893 catch_dex_file_(nullptr),
901 catch_dex_file_(&dex_file),
911 bool IsCatchBlock() const { return catch_dex_file_ != nullptr; }
925 return *catch_dex_file_;
934 const DexFile* catch_dex_file_; member in class:art::TryCatchInformation

Completed in 46 milliseconds