Lines Matching refs:method_index
287 uint32_t method_index) { in FindAnnotationSetForMethod() argument
298 if (method_annotations[i].method_idx_ == method_index) { in FindAnnotationSetForMethod()
328 uint32_t method_index = method->GetDexMethodIndex(); in FindAnnotationsItemForMethod() local
331 if (parameter_annotations[i].method_idx_ == method_index) { in FindAnnotationsItemForMethod()
1273 uint32_t method_index) { in GetNativeMethodAnnotationAccessFlags() argument
1275 FindAnnotationSetForMethod(dex_file, class_def, method_index); in GetNativeMethodAnnotationAccessFlags()
1315 uint32_t method_index) in MethodIsReachabilitySensitive() argument
1318 FindAnnotationSetForMethod(dex_file, class_def, method_index); in MethodIsReachabilitySensitive()
1328 uint32_t method_index) in MethodIsReachabilitySensitive() argument
1330 DCHECK(method_index < dex_file.NumMethodIds()); in MethodIsReachabilitySensitive()
1331 const dex::MethodId& method_id = dex_file.GetMethodId(method_index); in MethodIsReachabilitySensitive()
1335 && MethodIsReachabilitySensitive(dex_file, *class_def, method_index); in MethodIsReachabilitySensitive()
1340 uint32_t method_index) in MethodContainsRSensitiveAccess() argument
1346 uint32_t code_item_offset = dex_file.FindCodeItemOffset(class_def, method_index); in MethodContainsRSensitiveAccess()