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()
79 const uint8_t* handlers_ptr = code_item_accessor_.GetCatchHandlerData(); in FindBranches() local80 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in FindBranches()82 CatchHandlerIterator iterator(handlers_ptr); in FindBranches()86 handlers_ptr = iterator.EndDataPointer(); in FindBranches()
1137 const uint8_t* handlers_ptr = code_item_accessor_.GetCatchHandlerData(); in ScanTryCatchBlocks() local1138 const uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in ScanTryCatchBlocks()1141 CatchHandlerIterator iterator(handlers_ptr); in ScanTryCatchBlocks()1166 handlers_ptr = iterator.EndDataPointer(); in ScanTryCatchBlocks()3738 const uint8_t* handlers_ptr = code_item_accessor_.GetCatchHandlerData(); in HandleMoveException() local3739 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in HandleMoveException()3742 CatchHandlerIterator iterator(handlers_ptr); in HandleMoveException()3780 handlers_ptr = iterator.EndDataPointer(); in HandleMoveException()
4868 const uint8_t* handlers_ptr = accessor.GetCatchHandlerData(0); in ResolveMethodExceptionHandlerTypes() local4869 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in ResolveMethodExceptionHandlerTypes()4871 CatchHandlerIterator iterator(handlers_ptr); in ResolveMethodExceptionHandlerTypes()4883 handlers_ptr = iterator.EndDataPointer(); in ResolveMethodExceptionHandlerTypes()