Home
last modified time | relevance | path

Searched refs:PushSLeb128 (Results 1 – 4 of 4) sorted by relevance

/tools/dexter/slicer/
Dwriter.cc776 data.PushSLeb128(dex::ReadSLeb128(&src)); in WriteDebugInfo()
921 handlers_list.PushSLeb128(catch_count); in WriteTryBlocks()
Dtryblocks_encoder.cc40 handlers_.PushSLeb128(try_end->catch_all ? -catch_count : catch_count); in Visit()
Ddebuginfo_encoder.cc61 dbginfo_.PushSLeb128(delta); in Visit()
/tools/dexter/slicer/export/slicer/
Dbuffer.h137 size_t PushSLeb128(dex::s4 value) { in PushSLeb128() function