Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dwriter.cc926 slicer::Buffer handlers_list; in WriteTryBlocks() local
932 handlers_list.PushULeb128(handlers_count); in WriteTryBlocks()
936 handlers_offset_map[ptr - original_list] = handlers_list.size(); in WriteTryBlocks()
940 handlers_list.PushSLeb128(catch_count); in WriteTryBlocks()
945 handlers_list.PushULeb128(MapTypeIndex(type_index)); in WriteTryBlocks()
948 handlers_list.PushULeb128(dex::ReadULeb128(&ptr)); in WriteTryBlocks()
953 handlers_list.PushULeb128(dex::ReadULeb128(&ptr)); in WriteTryBlocks()
957 handlers_list.Seal(1); in WriteTryBlocks()
963 data.Push(handlers_list); in WriteTryBlocks()
Dreader.cc732 auto handlers_list = in ExtractCode() local
739 auto ptr = handlers_list; in ExtractCode()
761 ir_code->catch_handlers = slicer::MemView(handlers_list, ptr - handlers_list); in ExtractCode()