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()
1294 uint32_t method_index) { in GetNativeMethodAnnotationAccessFlags() argument
1296 FindAnnotationSetForMethod(dex_file, class_def, method_index); in GetNativeMethodAnnotationAccessFlags()
1336 uint32_t method_index) in MethodIsReachabilitySensitive() argument
1339 FindAnnotationSetForMethod(dex_file, class_def, method_index); in MethodIsReachabilitySensitive()
1349 uint32_t method_index) in MethodIsReachabilitySensitive() argument
1351 DCHECK(method_index < dex_file.NumMethodIds()); in MethodIsReachabilitySensitive()
1352 const dex::MethodId& method_id = dex_file.GetMethodId(method_index); in MethodIsReachabilitySensitive()
1356 && MethodIsReachabilitySensitive(dex_file, *class_def, method_index); in MethodIsReachabilitySensitive()
1361 uint32_t method_index) in MethodContainsRSensitiveAccess() argument
1367 uint32_t code_item_offset = dex_file.FindCodeItemOffset(class_def, method_index); in MethodContainsRSensitiveAccess()
1376 quicken_data = oat_dex_file->GetQuickenedInfoOf(dex_file, method_index); in MethodContainsRSensitiveAccess()