Searched refs:handlers_size (Results 1 – 7 of 7) sorted by relevance
90 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in CreateBranchTargets() local91 for (uint32_t idx = 0; idx < handlers_size; ++idx) { in CreateBranchTargets()313 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in InsertTryBoundaryBlocks() local314 for (uint32_t idx = 0; idx < handlers_size; ++idx) { in InsertTryBoundaryBlocks()
156 const uint32_t handlers_size = DecodeUnsignedLeb128(&handler_data); in CodeItemDataEnd() local158 for (uint32_t i = 0; i < handlers_size; ++i) { in CodeItemDataEnd()
257 uint32_t* handler_offsets, uint32_t handlers_size);786 uint32_t handlers_size) { in CheckAndGetHandlerOffsets() argument790 for (uint32_t i = 0; i < handlers_size; i++) { in CheckAndGetHandlerOffsets()1579 DECODE_UNSIGNED_CHECKED_FROM(ptr_, handlers_size); in CheckIntraCodeItem()1581 if (UNLIKELY((handlers_size == 0) || (handlers_size >= 65536))) { in CheckIntraCodeItem()1582 ErrorStringPrintf("Invalid handlers_size: %ud", handlers_size); in CheckIntraCodeItem()1590 if (handlers_size < kAllocaMaxSize/sizeof(uint32_t)) { in CheckIntraCodeItem()1593 AlignUp(reinterpret_cast<uint32_t*>(alloca((handlers_size + 1) * sizeof(uint32_t))), in CheckIntraCodeItem()1596 handler_offsets_uptr.reset(new uint32_t[handlers_size]); in CheckIntraCodeItem()1600 if (!CheckAndGetHandlerOffsets(code_item, &handler_offsets[0], handlers_size)) { in CheckIntraCodeItem()[all …]
77 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in FindBranches() local78 for (uint32_t idx = 0; idx < handlers_size; ++idx) { in FindBranches()
861 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_data); in DedupeOrCreateCodeItem() local862 while (handlers_size > handler_list->size()) { in DedupeOrCreateCodeItem()
1132 const uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in ScanTryCatchBlocks() local1134 for (uint32_t idx = 0; idx < handlers_size; idx++) { in ScanTryCatchBlocks()3798 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in HandleMoveException() local3800 for (uint32_t i = 0; i < handlers_size; i++) { in HandleMoveException()
5005 uint32_t handlers_size = DecodeUnsignedLeb128(&handlers_ptr); in ResolveMethodExceptionHandlerTypes() local5006 for (uint32_t idx = 0; idx < handlers_size; idx++) { in ResolveMethodExceptionHandlerTypes()