Lines Matching defs:class_def_method_index
2003 size_t class_def_method_index = 0;
2006 return class_def_method_index;
2008 class_def_method_index++;
2013 return class_def_method_index;
2015 class_def_method_index++;
2192 uint32_t class_def_method_index) {
2203 const OatFile::OatMethod oat_method = oat_class->GetOatMethod(class_def_method_index);
2346 size_t class_def_method_index = 0;
2352 LinkCode(method, oat_class, class_def_method_index);
2358 method->SetMethodIndex(class_def_method_index);
2360 last_class_def_method_index = class_def_method_index;
2362 class_def_method_index++;
2367 DCHECK_EQ(class_def_method_index, it.NumDirectMethods() + i);
2368 LinkCode(method, oat_class, class_def_method_index);
2369 class_def_method_index++;