Lines Matching full:handlers_list
901 slicer::Buffer handlers_list;
907 handlers_list.PushULeb128(handlers_count);
911 handlers_offset_map[ptr - original_list] = handlers_list.size();
915 handlers_list.PushSLeb128(catch_count);
920 handlers_list.PushULeb128(MapTypeIndex(type_index));
923 handlers_list.PushULeb128(dex::ReadULeb128(&ptr));
928 handlers_list.PushULeb128(dex::ReadULeb128(&ptr));
932 handlers_list.Seal(1);
938 data.Push(handlers_list);