Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h986 catch_dex_file_(nullptr), in TryCatchInformation()
994 catch_dex_file_(&dex_file), in TryCatchInformation()
1004 bool IsCatchBlock() const { return catch_dex_file_ != nullptr; } in IsCatchBlock()
1018 return *catch_dex_file_; in GetCatchDexFile()
1031 const DexFile* catch_dex_file_; variable