Lines Matching refs:class_method_index
852 for (uint32_t class_method_index = 0; in AddAllOffsets() local
853 class_method_index < accessor.NumMethods(); in AddAllOffsets()
854 ++class_method_index) { in AddAllOffsets()
855 AddOffsets(oat_class.GetOatMethod(class_method_index)); in AddAllOffsets()
1073 uint32_t class_method_index = 0; in DumpOatClass() local
1077 class_method_index, in DumpOatClass()
1090 class_method_index++; in DumpOatClass()
1103 uint32_t class_method_index, in DumpOatMethod() argument
1122 class_method_index, pretty_method.c_str(), in DumpOatMethod()
1128 uint32_t oat_method_offsets_offset = oat_class.GetOatMethodOffsetsOffset(class_method_index); in DumpOatMethod()
1129 const OatMethodOffsets* oat_method_offsets = oat_class.GetOatMethodOffsets(class_method_index); in DumpOatMethod()
1130 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index); in DumpOatMethod()