Searched refs:handlers_ptr (Results 1 – 4 of 4) sorted by relevance
89 const uint8_t* handlers_ptr = code_item_accessor_.GetCatchHandlerData(); in CreateBranchTargets() local90 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in CreateBranchTargets()92 CatchHandlerIterator iterator(handlers_ptr); in CreateBranchTargets()96 handlers_ptr = iterator.EndDataPointer(); in CreateBranchTargets()312 const uint8_t* handlers_ptr = code_item_accessor_.GetCatchHandlerData(); in InsertTryBoundaryBlocks() local313 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in InsertTryBoundaryBlocks()315 CatchHandlerIterator iterator(handlers_ptr); in InsertTryBoundaryBlocks()350 handlers_ptr = iterator.EndDataPointer(); in InsertTryBoundaryBlocks()
76 const uint8_t* handlers_ptr = code_item_accessor_.GetCatchHandlerData(); in FindBranches() local77 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in FindBranches()79 CatchHandlerIterator iterator(handlers_ptr); in FindBranches()83 handlers_ptr = iterator.EndDataPointer(); in FindBranches()
1130 const uint8_t* handlers_ptr = code_item_accessor_.GetCatchHandlerData(); in ScanTryCatchBlocks() local1131 const uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in ScanTryCatchBlocks()1134 CatchHandlerIterator iterator(handlers_ptr); in ScanTryCatchBlocks()1159 handlers_ptr = iterator.EndDataPointer(); in ScanTryCatchBlocks()3796 const uint8_t* handlers_ptr = code_item_accessor_.GetCatchHandlerData(); in HandleMoveException() local3797 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in HandleMoveException()3800 CatchHandlerIterator iterator(handlers_ptr); in HandleMoveException()3838 handlers_ptr = iterator.EndDataPointer(); in HandleMoveException()
4913 const uint8_t* handlers_ptr = accessor.GetCatchHandlerData(0); in ResolveMethodExceptionHandlerTypes() local4914 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in ResolveMethodExceptionHandlerTypes()4916 CatchHandlerIterator iterator(handlers_ptr); in ResolveMethodExceptionHandlerTypes()4928 handlers_ptr = iterator.EndDataPointer(); in ResolveMethodExceptionHandlerTypes()