Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dreader.cc771 auto method_index = dex::ReadULeb128(pptr); in ParseEncodedMethod() local
772 SLICER_CHECK(method_index != dex::kNoIndex); in ParseEncodedMethod()
774 SLICER_CHECK(method_index != 0); in ParseEncodedMethod()
775 method_index += *base_index; in ParseEncodedMethod()
777 *base_index = method_index; in ParseEncodedMethod()
779 ir_encoded_method->decl = GetMethodDecl(method_index); in ParseEncodedMethod()