Home
last modified time | relevance | path

Searched refs:handlers_list (Results 1 – 2 of 2) sorted by relevance

/tools/dexter/slicer/
Dwriter.cc907 slicer::Buffer handlers_list; in WriteTryBlocks() local
913 handlers_list.PushULeb128(handlers_count); in WriteTryBlocks()
917 handlers_offset_map[ptr - original_list] = handlers_list.size(); in WriteTryBlocks()
921 handlers_list.PushSLeb128(catch_count); in WriteTryBlocks()
926 handlers_list.PushULeb128(MapTypeIndex(type_index)); in WriteTryBlocks()
929 handlers_list.PushULeb128(dex::ReadULeb128(&ptr)); in WriteTryBlocks()
934 handlers_list.PushULeb128(dex::ReadULeb128(&ptr)); in WriteTryBlocks()
938 handlers_list.Seal(1); in WriteTryBlocks()
944 data.Push(handlers_list); in WriteTryBlocks()
Dreader.cc731 auto handlers_list = in ExtractCode() local
738 auto ptr = handlers_list; in ExtractCode()
760 ir_code->catch_handlers = slicer::MemView(handlers_list, ptr - handlers_list); in ExtractCode()