Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_annotations.h59 uint32_t parameter_idx,
Ddex_file_annotations.cc1128 uint32_t parameter_idx, in GetAnnotationForMethodParameter() argument
1141 if (parameter_idx >= set_ref_list->size_) { in GetAnnotationForMethodParameter()
1144 const DexFile::AnnotationSetRefItem* annotation_set_ref = &set_ref_list->list_[parameter_idx]; in GetAnnotationForMethodParameter()