Searched refs:method_index (Results 1 – 1 of 1) sorted by relevance
771 auto method_index = dex::ReadULeb128(pptr); in ParseEncodedMethod() local772 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()