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

/art/compiler/optimizing/
H A Dnodes.h762 catch_type_index_(DexFile::kDexNoIndex16) {
770 catch_type_index_(catch_type_index) {}
783 return catch_type_index_ == DexFile::kDexNoIndex16;
788 return catch_type_index_;
803 const uint16_t catch_type_index_; member in class:art::TryCatchInformation

Completed in 38 milliseconds