Lines Matching refs:kNoIndex
75 if (index == dex::kNoIndex) { in GetStringMUTF8()
107 return dex::kNoIndex; in FindClassIndex()
123 SLICER_CHECK_NE(index, dex::kNoIndex); in GetClass()
140 SLICER_CHECK_NE(index, dex::kNoIndex); in GetType()
157 SLICER_CHECK_NE(index, dex::kNoIndex); in GetFieldDecl()
174 SLICER_CHECK_NE(index, dex::kNoIndex); in GetMethodDecl()
191 SLICER_CHECK_NE(index, dex::kNoIndex); in GetProto()
208 SLICER_CHECK_NE(index, dex::kNoIndex); in GetString()
233 if (dex_class_def.superclass_idx != dex::kNoIndex) { in ParseClass()
237 if (dex_class_def.source_file_idx != dex::kNoIndex) { in ParseClass()
249 dex::u4 base_index = dex::kNoIndex; in ParseClass()
255 base_index = dex::kNoIndex; in ParseClass()
261 base_index = dex::kNoIndex; in ParseClass()
267 base_index = dex::kNoIndex; in ParseClass()
417 SLICER_CHECK_NE(field_index, dex::kNoIndex); in ParseEncodedField()
418 if (*base_index != dex::kNoIndex) { in ParseEncodedField()
623 (name_index == dex::kNoIndex) ? nullptr : GetString(name_index); in ExtractDebugInfo()
652 if (name_index != dex::kNoIndex) { in ExtractDebugInfo()
657 if (type_index != dex::kNoIndex) { in ExtractDebugInfo()
667 if (name_index != dex::kNoIndex) { in ExtractDebugInfo()
672 if (type_index != dex::kNoIndex) { in ExtractDebugInfo()
677 if (sig_index != dex::kNoIndex) { in ExtractDebugInfo()
690 if (name_index != dex::kNoIndex) { in ExtractDebugInfo()
773 SLICER_CHECK_NE(method_index, dex::kNoIndex); in ParseEncodedMethod()
774 if (*base_index != dex::kNoIndex) { in ParseEncodedMethod()
884 dex::u4 index = dex::kNoIndex; in ParseInstructions()
885 dex::u4 index2 = dex::kNoIndex; in ParseInstructions()