Searched refs:handlers_list (Results 1 – 2 of 2) sorted by relevance
901 slicer::Buffer handlers_list; in WriteTryBlocks() local907 handlers_list.PushULeb128(handlers_count); in WriteTryBlocks()911 handlers_offset_map[ptr - original_list] = handlers_list.size(); in WriteTryBlocks()915 handlers_list.PushSLeb128(catch_count); in WriteTryBlocks()920 handlers_list.PushULeb128(MapTypeIndex(type_index)); in WriteTryBlocks()923 handlers_list.PushULeb128(dex::ReadULeb128(&ptr)); in WriteTryBlocks()928 handlers_list.PushULeb128(dex::ReadULeb128(&ptr)); in WriteTryBlocks()932 handlers_list.Seal(1); in WriteTryBlocks()938 data.Push(handlers_list); in WriteTryBlocks()
731 auto handlers_list = in ExtractCode() local738 auto ptr = handlers_list; in ExtractCode()760 ir_code->catch_handlers = slicer::MemView(handlers_list, ptr - handlers_list); in ExtractCode()