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.cc1132 uint32_t parameter_idx, in GetAnnotationForMethodParameter() argument
1144 if (parameter_idx >= set_ref_list->size_) { in GetAnnotationForMethodParameter()
1147 const AnnotationSetRefItem* annotation_set_ref = &set_ref_list->list_[parameter_idx]; in GetAnnotationForMethodParameter()