Lines Matching refs:class_def_method_index
3046 uint32_t class_def_method_index) REQUIRES_SHARED(Locks::mutator_lock_) {
3057 const OatFile::OatMethod oat_method = oat_class->GetOatMethod(class_def_method_index);
3263 size_t class_def_method_index = 0;
3270 LinkCode(this, method, oat_class_ptr, class_def_method_index);
3276 method->SetMethodIndex(class_def_method_index);
3278 last_class_def_method_index = class_def_method_index;
3280 class_def_method_index++;
3285 DCHECK_EQ(class_def_method_index, it.NumDirectMethods() + i);
3286 LinkCode(this, method, oat_class_ptr, class_def_method_index);
3287 class_def_method_index++;