Home | History | Annotate | Download | only in optimizing

Lines Matching refs:target_method

1595     MethodReference target_method,
1598 target_method.dex_file, target_method.index, info_high, &boot_image_method_patches_);
1602 MethodReference target_method,
1605 target_method.dex_file, target_method.index, info_high, &method_bss_entry_patches_);
1707 MethodReference target_method = invoke->GetTargetMethod();
1708 dex::TypeIndex type_idx = target_method.dex_file->GetMethodId(target_method.index).class_idx_;
1709 PcRelativePatchInfo* info_high = NewBootImageTypePatch(*target_method.dex_file, type_idx);
1711 NewBootImageTypePatch(*target_method.dex_file, type_idx, info_high);