Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dreader.cc618 dex::u4 param_count = dex::ReadULeb128(&ptr); in ExtractDebugInfo() local
619 for (dex::u4 i = 0; i < param_count; ++i) { in ExtractDebugInfo()