Home
last modified time | relevance | path

Searched refs:parameter_idx (Results 1 – 2 of 2) sorted by relevance

/art/runtime/dex/
Ddex_file_annotations.h63 uint32_t parameter_idx,
Ddex_file_annotations.cc1153 uint32_t parameter_idx, in GetAnnotationForMethodParameter() argument
1165 if (parameter_idx >= set_ref_list->size_) { in GetAnnotationForMethodParameter()
1168 const AnnotationSetRefItem* annotation_set_ref = &set_ref_list->list_[parameter_idx]; in GetAnnotationForMethodParameter()