HomeSort by relevance Sort by last modified time
    Searched full:handlers_list (Results 1 - 2 of 2) sorted by null

  /tools/dexter/slicer/
writer.cc 901 slicer::Buffer handlers_list; local
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);
    [all...]
reader.cc 731 auto handlers_list =
738 auto ptr = handlers_list;
760 ir_code->catch_handlers = slicer::MemView(handlers_list, ptr - handlers_list);

Completed in 535 milliseconds