Lines Matching refs:class_method_index
539 uint32_t class_method_index = 0; in AddAllOffsets() local
541 AddOffsets(oat_class.GetOatMethod(class_method_index++)); in AddAllOffsets()
545 AddOffsets(oat_class.GetOatMethod(class_method_index++)); in AddAllOffsets()
738 uint32_t class_method_index = 0; in DumpOatClass() local
740 if (!DumpOatMethod(vios, class_def, class_method_index, oat_class, dex_file, in DumpOatClass()
749 class_method_index++; in DumpOatClass()
753 if (!DumpOatMethod(vios, class_def, class_method_index, oat_class, dex_file, in DumpOatClass()
762 class_method_index++; in DumpOatClass()
777 uint32_t class_method_index, in DumpOatMethod() argument
791 class_method_index, pretty_method.c_str(), in DumpOatMethod()
795 uint32_t oat_method_offsets_offset = oat_class.GetOatMethodOffsetsOffset(class_method_index); in DumpOatMethod()
796 const OatMethodOffsets* oat_method_offsets = oat_class.GetOatMethodOffsets(class_method_index); in DumpOatMethod()
797 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index); in DumpOatMethod()