Home | History | Annotate | Download | only in runtime

Lines Matching refs:class_def_method_index

3478                      uint32_t class_def_method_index) REQUIRES_SHARED(Locks::mutator_lock_) {
3490 const OatFile::OatMethod oat_method = oat_class->GetOatMethod(class_def_method_index);
3650 size_t class_def_method_index = 0;
3674 ArtMethod* art_method = klass->GetDirectMethodUnchecked(class_def_method_index,
3677 LinkCode(this, art_method, oat_class_ptr, class_def_method_index);
3683 class_def_method_index);
3685 last_class_def_method_index = class_def_method_index;
3687 ++class_def_method_index;
3690 class_def_method_index - accessor.NumDirectMethods(),
3693 LinkCode(this, art_method, oat_class_ptr, class_def_method_index);
3694 ++class_def_method_index;