Searched defs:TryCatchInformation (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/optimizing/
H A Dnodes.h756 class TryCatchInformation : public ArenaObject<kArenaAllocTryCatchInfo> { class in namespace:art
759 explicit TryCatchInformation(const HTryBoundary& try_entry) function in class:art::TryCatchInformation
767 TryCatchInformation(uint16_t catch_type_index, const DexFile& dex_file) function in class:art::TryCatchInformation
1106 TryCatchInformation* GetTryCatchInformation() const { return try_catch_information_; }
1108 void SetTryCatchInformation(TryCatchInformation* try_catch_information) {
1155 TryCatchInformation* try_catch_information_;

Completed in 21 milliseconds