Searched refs:kNoIndex (Results 1 – 6 of 6) sorted by relevance
/tools/dexter/slicer/ |
D | reader.cc | 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() [all …]
|
D | writer.cc | 37 return ir_node != nullptr ? ir_node->index : dex::kNoIndex; in OptIndex() 863 SLICER_CHECK_NE(new_index, dex::kNoIndex); in WriteInstructions() 868 SLICER_CHECK_NE(new_index, dex::kNoIndex); in WriteInstructions() 877 SLICER_CHECK_NE(new_index, dex::kNoIndex); in WriteInstructions() 885 SLICER_CHECK_NE(new_index, dex::kNoIndex); in WriteInstructions() 893 SLICER_CHECK_NE(new_index, dex::kNoIndex); in WriteInstructions() 901 SLICER_CHECK_NE(new_index, dex::kNoIndex); in WriteInstructions() 905 SLICER_CHECK_NE(new_index2, dex::kNoIndex); in WriteInstructions() 1001 SLICER_CHECK_NE(index_delta, dex::kNoIndex); in WriteEncodedField() 1002 if (*base_index != dex::kNoIndex) { in WriteEncodedField() [all …]
|
D | code_ir.cc | 131 source_file, source_file ? source_file->orig_index : dex::kNoIndex)); in DisassembleDebugInfo() 215 source_file = (name_index == dex::kNoIndex) in DisassembleDebugInfo() 630 SLICER_CHECK_NE(index, dex::kNoIndex); in GetIndexedOperand() 656 SLICER_CHECK_NE(index, dex::kNoIndex); in GetSecondIndexedOperand() 663 auto ir_type = (index == dex::kNoIndex) ? nullptr : dex_ir->types_map[index]; in GetType() 669 auto ir_string = (index == dex::kNoIndex) ? nullptr : dex_ir->strings_map[index]; in GetString()
|
/tools/dexter/dexter/ |
D | disassembler.cc | 198 SLICER_CHECK_NE(type->index, dex::kNoIndex); in Visit() 205 SLICER_CHECK_NE(field->index, dex::kNoIndex); in Visit() 212 SLICER_CHECK_NE(method->index, dex::kNoIndex); in Visit() 222 SLICER_CHECK_NE(proto->index, dex::kNoIndex); in Visit()
|
D | dexter.cc | 373 if (class_idx != dex::kNoIndex) { in ProcessDex()
|
/tools/dexter/slicer/export/slicer/ |
D | dex_format.h | 41 constexpr u4 kNoIndex = 0xffffffff; variable
|