Searched refs:GetCatchHandlerData (Results 1 – 7 of 7) sorted by relevance
401 const byte* handlers_base = DexFile::GetCatchHandlerData(*code_item, 0); in CheckAndGetHandlerOffsets()760 ptr_ = DexFile::GetCatchHandlerData(*code_item, 0); in CheckIntraCodeItem()
753 static const byte* GetCatchHandlerData(const CodeItem& code_item, uint32_t offset) { in GetCatchHandlerData() function
1265 Init(DexFile::GetCatchHandlerData(code_item, offset)); in Init()
3752 const byte* handlers_ptr = DexFile::GetCatchHandlerData(*code_item, 0); in ResolveMethodExceptionHandlerTypes()
629 const byte* handlers_ptr = DexFile::GetCatchHandlerData(*code_item_, 0); in ScanTryCatchBlocks()2995 const byte* handlers_ptr = DexFile::GetCatchHandlerData(*code_item_, 0); in GetCaughtExceptionType()
319 const byte* handlers_ptr = DexFile::GetCatchHandlerData(*current_code_item_, 0); in ProcessTryCatchBlocks()
658 const byte* encoded_catch_handler_list = DexFile::GetCatchHandlerData(*code_item, 0); in ResolveExceptionsForMethod()