Lines Matching refs:u2
633 data.Push<dex::u2>(ir_type->index); in WriteTypeList()
815 void Writer::WriteInstructions(slicer::ArrayView<const dex::u2> instructions) { in WriteInstructions()
819 dex::u2* ptr = dex_->code.ptr<dex::u2>(offset); in WriteInstructions()
820 dex::u2* const end = ptr + instructions.size(); in WriteInstructions()
826 dex::u2* index16 = nullptr; in WriteInstructions()
856 SLICER_CHECK(dex::u2(new_index) == new_index); in WriteInstructions()
857 *index16 = dex::u2(new_index); in WriteInstructions()
865 SLICER_CHECK(dex::u2(new_index) == new_index); in WriteInstructions()
866 *index16 = dex::u2(new_index); in WriteInstructions()
873 SLICER_CHECK(dex::u2(new_index) == new_index); in WriteInstructions()
874 *index16 = dex::u2(new_index); in WriteInstructions()
881 SLICER_CHECK(dex::u2(new_index) == new_index); in WriteInstructions()
882 *index16 = dex::u2(new_index); in WriteInstructions()
904 std::map<dex::u2, dex::u2> handlers_offset_map; in WriteTryBlocks()
943 dex::u2 new_Handler_offset = handlers_offset_map[dex_try.handler_off]; in WriteTryBlocks()