Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dwriter.cc784 data.PushULeb128(MapStringIndex(name_index) + 1); in WriteDebugInfo()
795 data.PushULeb128(MapStringIndex(name_index) + 1); in WriteDebugInfo()
801 data.PushULeb128(MapStringIndex(sig_index) + 1); in WriteDebugInfo()
812 data.PushULeb128(MapStringIndex(name_index) + 1); in WriteDebugInfo()
855 dex::u4 new_index = MapStringIndex(ReadU4(idx)); in WriteInstructions()
860 dex::u4 new_index = MapStringIndex(*idx); in WriteInstructions()
1068 dex::u4 Writer::MapStringIndex(dex::u4 index) const { in MapStringIndex() function in dex::Writer
/tools/dexter/slicer/export/slicer/
Dwriter.h222 dex::u4 MapStringIndex(dex::u4 index) const;