Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h987 catch_type_index_(dex::TypeIndex::Invalid()) { in TryCatchInformation()
995 catch_type_index_(catch_type_index) {} in TryCatchInformation()
1008 return catch_type_index_.IsValid(); in IsValidTypeIndex()
1013 return catch_type_index_; in GetCatchTypeIndex()
1022 catch_type_index_ = dex::TypeIndex::Invalid(); in SetInvalidTypeIndex()
1032 dex::TypeIndex catch_type_index_; variable