Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier.cc401 const byte* handlers_base = DexFile::GetCatchHandlerData(*code_item, 0); in CheckAndGetHandlerOffsets()
760 ptr_ = DexFile::GetCatchHandlerData(*code_item, 0); in CheckIntraCodeItem()
Ddex_file.h753 static const byte* GetCatchHandlerData(const CodeItem& code_item, uint32_t offset) { in GetCatchHandlerData() function
Ddex_file.cc1265 Init(DexFile::GetCatchHandlerData(code_item, offset)); in Init()
Dclass_linker.cc3752 const byte* handlers_ptr = DexFile::GetCatchHandlerData(*code_item, 0); in ResolveMethodExceptionHandlerTypes()
/art/runtime/verifier/
Dmethod_verifier.cc629 const byte* handlers_ptr = DexFile::GetCatchHandlerData(*code_item_, 0); in ScanTryCatchBlocks()
2995 const byte* handlers_ptr = DexFile::GetCatchHandlerData(*code_item_, 0); in GetCaughtExceptionType()
/art/compiler/dex/
Dmir_graph.cc319 const byte* handlers_ptr = DexFile::GetCatchHandlerData(*current_code_item_, 0); in ProcessTryCatchBlocks()
/art/compiler/driver/
Dcompiler_driver.cc658 const byte* encoded_catch_handler_list = DexFile::GetCatchHandlerData(*code_item, 0); in ResolveExceptionsForMethod()